#66AB72

Color #66AB72 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66AB72

Tints of Fern #66AB72

Color information

#66AB72 (or 0x66AB72) is unknown color: approx Fern. HEX triplet: 66, AB and 72. RGB value is (102,171,114). Sum of RGB (Red+Green+Blue) = 102+171+114=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB72 is #99548D. Grayscale: #909090. Windows color (decimal): -10048654 or 7514982. OLE color: 7514982.

HSL color Cylindrical-coordinate representation of color #66AB72: hue angle of 130.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB72 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB102171114-
CMYK0.4000.330.33
HSL130.43º29.11%53.53%-
HSV(B)130.43º40.35%67.06%-
XYZ23.0833.1721.1-
YUV143.87111.1498.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=26.36%
G=44.19%
B=29.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711140.4000.330.33130.4329.1153.53
Hex66AB722802121821d36
Octal14625316250041412023566
Binary110011010101011111001010100001000011000011000001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AB72; }

 p { color: rgb(102,171,114); }

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

<style>
 a { background-color: #66AB72; }

 a { background-color: rgb(102,171,114); }

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

<style>
 span { border-color: #66AB72; }

 span { border-color: rgb(102,171,114); }

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