Html Css Color HEX #66AB71 Fern

📋 copy color: '#66AB71'

red 102 ◦ green 171 ◦ blue 113

#66AB71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #66AB71

Tints of Fern #66AB71

RGB

 RED value IS 102 (40.23% from 255) = 26.42%

 GREEN value IS 171 (67.19% from 255) = 44.3%

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 26.42%
G = 44.3%
B = 29.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#66AB71 (or 0x66AB71) is known color: Fern. HEX triplet: 66, AB and 71. RGB value is (102,171,113). Sum of RGB (Red+Green+Blue) = 102+171+113=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB71 is #99548E. Grayscale: #8F8F8F. Windows color (decimal): -10048655 or 7449446. OLE color: 7449446.

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

Color convert

RGB 102 171 113 -
CMYK 0.40 0 0.34 0.33
HSL 129.57º 0.29% 0.54% -
HSV(B) 129.57º 0.4% 0.67% -
XYZ 23.02 33.14 20.81 -
YUV 143.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 102 171 113 0.40 0 0.34 0.33 129.57 0.29 0.54
Hex 66 AB 71 28 0 22 21 82 1D 36
Octal 146 253 161 50 0 42 41 202 35 66
Binary 1100110 10101011 1110001 101000 0 100010 100001 10000010 11101 110110

Color Harmonies of #66AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB71

Black with #66AB71

Text Example


Text Example

White with #66AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66AB71;
 }
 .AnyTagClassName
 {
   color: #66AB71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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