#066F7C

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

Shades of Surfie Green #066F7C

Tints of Surfie Green #066F7C

Color information

#066F7C (or 0x066F7C) is unknown color: approx Surfie Green. HEX triplet: 06, 6F and 7C. RGB value is (6,111,124). Sum of RGB (Red+Green+Blue) = 6+111+124=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #066F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F7C is #F99083. Grayscale: #505050. Windows color (decimal): -16355460 or 8154886. OLE color: 8154886.

HSL color Cylindrical-coordinate representation of color #066F7C: hue angle of 186.61º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F7C is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6111124-
CMYK0.950.1000.51
HSL186.61º90.77%25.49%-
HSV(B)186.61º95.16%48.63%-
XYZ9.412.8621.06-
YUV81.09152.2174.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=2.49%
G=46.06%
B=51.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61111240.950.1000.51186.6190.7725.49
Hex66F7C5FA033bb5b19
Octal61571741371206327313331
Binary1101101111111110010111111010011001110111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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