Html Css Color HEX #66A86B Fern

📋 copy color: '#66A86B'

red 102 ◦ green 168 ◦ blue 107

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

Shades of Fern #66A86B

Tints of Fern #66A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 27.06%
G = 44.56%
B = 28.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#66A86B (or 0x66A86B) is known color: Fern. HEX triplet: 66, A8 and 6B. RGB value is (102,168,107). Sum of RGB (Red+Green+Blue) = 102+168+107=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #66A86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A86B is #995794. Grayscale: #8D8D8D. Windows color (decimal): -10049429 or 7055462. OLE color: 7055462.

HSL color Cylindrical-coordinate representation of color #66A86B: hue angle of 124.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A86B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 168 107 -
CMYK 0.39 0 0.36 0.34
HSL 124.55º 0.28% 0.53% -
HSV(B) 124.55º 0.39% 0.66% -
XYZ 22.14 31.89 18.9 -
YUV 141.31 108.63 99.96 -
System Red Green Blue C M Y K H S L
Decimal 102 168 107 0.39 0 0.36 0.34 124.55 0.28 0.53
Hex 66 A8 6B 27 0 24 22 7D 1C 35
Octal 146 250 153 47 0 44 42 175 34 65
Binary 1100110 10101000 1101011 100111 0 100100 100010 1111101 11100 110101

Color Harmonies of #66A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A86B

Black with #66A86B

Text Example


Text Example

White with #66A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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