#06707F

Color #06707F Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #06707F

Tints of Surfie Green #06707F

Color information

#06707F (or 0x06707F) is unknown color: approx Surfie Green. HEX triplet: 06, 70 and 7F. RGB value is (6,112,127). Sum of RGB (Red+Green+Blue) = 6+112+127=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #06707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707F is #F98F80. Grayscale: #515151. Windows color (decimal): -16355201 or 8351750. OLE color: 8351750.

HSL color Cylindrical-coordinate representation of color #06707F: hue angle of 187.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06707F is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6112127-
CMYK0.950.1200.50
HSL187.44º90.98%26.08%-
HSV(B)187.44º95.28%49.8%-
XYZ9.713.1622.11-
YUV82.02153.3873.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 127 (50% from 255) = 51.84%
R=2.45%
G=45.71%
B=51.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61121270.950.1200.50187.4490.9826.08
Hex6707F5FC032bb5b1a
Octal61601771371406227313332
Binary1101110000111111110111111100011001010111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06707F; }

 p { color: rgb(6,112,127); }

 H1.HeaderClassName
 {
   color: #06707F;
 }
 .AnyTagClassName
 {
   color: #06707F;
 }
</style>
background-color css

<style>
 a { background-color: #06707F; }

 a { background-color: rgb(6,112,127); }

 div.DivClassName
 {
   background-color: #06707F;
 }
 .BgClassName
 {
   background-color: #06707F;
 }
</style>
border-color css

<style>
 span { border-color: #06707F; }

 span { border-color: rgb(6,112,127); }

 td.TdClassName
 {
   border-color: #06707F;
 }
 .TagClassName
 {
   border-color: #06707F;
 }
</style>