#66AB75

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

Shades of Fern #66AB75

Tints of Fern #66AB75

Color information

#66AB75 (or 0x66AB75) is unknown color: approx Fern. HEX triplet: 66, AB and 75. RGB value is (102,171,117). Sum of RGB (Red+Green+Blue) = 102+171+117=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB75 is #99548A. Grayscale: #909090. Windows color (decimal): -10048651 or 7711590. OLE color: 7711590.

HSL color Cylindrical-coordinate representation of color #66AB75: hue angle of 133.04º 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 #66AB75 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB102171117-
CMYK0.4000.320.33
HSL133.04º29.11%53.53%-
HSV(B)133.04º40.35%67.06%-
XYZ23.2533.2322.02-
YUV144.21112.6497.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 117 (46.09% from 255) = 30%
R=26.15%
G=43.85%
B=30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711170.4000.320.33133.0429.1153.53
Hex66AB752802021851d36
Octal14625316550040412053566
Binary110011010101011111010110100001000001000011000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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