Html Css Color HEX #66A66C Fern

📋 copy color: '#66A66C'

red 102 ◦ green 166 ◦ blue 108

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

Shades of Fern #66A66C

Tints of Fern #66A66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 27.13%
G = 44.15%
B = 28.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#66A66C (or 0x66A66C) is known color: Fern. HEX triplet: 66, A6 and 6C. RGB value is (102,166,108). Sum of RGB (Red+Green+Blue) = 102+166+108=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #66A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A66C is #995993. Grayscale: #8C8C8C. Windows color (decimal): -10049940 or 7120486. OLE color: 7120486.

HSL color Cylindrical-coordinate representation of color #66A66C: hue angle of 125.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A66C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 108 -
CMYK 0.39 0 0.35 0.35
HSL 125.63º 0.26% 0.53% -
HSV(B) 125.63º 0.39% 0.65% -
XYZ 21.82 31.18 19.06 -
YUV 140.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 102 166 108 0.39 0 0.35 0.35 125.63 0.26 0.53
Hex 66 A6 6C 27 0 23 23 7E 1A 35
Octal 146 246 154 47 0 43 43 176 32 65
Binary 1100110 10100110 1101100 100111 0 100011 100011 1111110 11010 110101

Color Harmonies of #66A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A66C

Black with #66A66C

Text Example


Text Example

White with #66A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,166,108); }

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

background-color css

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

 a { background-color: rgb(102,166,108); }

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

border-color css

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

 span { border-color: rgb(102,166,108); }

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