#066F76

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

Shades of Surfie Green #066F76

Tints of Surfie Green #066F76

Color information

#066F76 (or 0x066F76) is unknown color: approx Surfie Green. HEX triplet: 06, 6F and 76. RGB value is (6,111,118). Sum of RGB (Red+Green+Blue) = 6+111+118=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #066F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F76 is #F99089. Grayscale: #505050. Windows color (decimal): -16355466 or 7761670. OLE color: 7761670.

HSL color Cylindrical-coordinate representation of color #066F76: hue angle of 183.75º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F76 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6111118-
CMYK0.950.0600.54
HSL183.75º90.32%24.31%-
HSV(B)183.75º94.92%46.27%-
XYZ9.0312.7219.12-
YUV80.4149.2174.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=2.55%
G=47.23%
B=50.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61111180.950.0600.54183.7590.3224.31
Hex66F765F6036b85a18
Octal6157166137606627013230
Binary110110111111101101011111110011011010111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F76; }

 p { color: rgb(6,111,118); }

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

<style>
 a { background-color: #066F76; }

 a { background-color: rgb(6,111,118); }

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

<style>
 span { border-color: #066F76; }

 span { border-color: rgb(6,111,118); }

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