Html Css Color HEX #66A66B Fern

📋 copy color: '#66A66B'

red 102 ◦ green 166 ◦ blue 107

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

Shades of Fern #66A66B

Tints of Fern #66A66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 27.2%
G = 44.27%
B = 28.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#66A66B (or 0x66A66B) is known color: Fern. HEX triplet: 66, A6 and 6B. RGB value is (102,166,107). Sum of RGB (Red+Green+Blue) = 102+166+107=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #66A66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A66B is #995994. Grayscale: #8C8C8C. Windows color (decimal): -10049941 or 7054950. OLE color: 7054950.

HSL color Cylindrical-coordinate representation of color #66A66B: hue angle of 124.69º 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 #66A66B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 166 107 -
CMYK 0.39 0 0.36 0.35
HSL 124.69º 0.26% 0.53% -
HSV(B) 124.69º 0.39% 0.65% -
XYZ 21.77 31.16 18.78 -
YUV 140.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 102 166 107 0.39 0 0.36 0.35 124.69 0.26 0.53
Hex 66 A6 6B 27 0 24 23 7D 1A 35
Octal 146 246 153 47 0 44 43 175 32 65
Binary 1100110 10100110 1101011 100111 0 100100 100011 1111101 11010 110101

Color Harmonies of #66A66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A66B

Black with #66A66B

Text Example


Text Example

White with #66A66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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