Html Css Color HEX #66AA70 Fern

📋 copy color: '#66AA70'

red 102 ◦ green 170 ◦ blue 112

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

Shades of Fern #66AA70

Tints of Fern #66AA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.27%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 26.56%
G = 44.27%
B = 29.17%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#66AA70 (or 0x66AA70) is known color: Fern. HEX triplet: 66, AA and 70. RGB value is (102,170,112). Sum of RGB (Red+Green+Blue) = 102+170+112=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA70 is #99558F. Grayscale: #8F8F8F. Windows color (decimal): -10048912 or 7383654. OLE color: 7383654.

HSL color Cylindrical-coordinate representation of color #66AA70: hue angle of 128.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA70 is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 170 112 -
CMYK 0.4 0 0.34 0.33
HSL 128.82º 0.29% 0.53% -
HSV(B) 128.82º 0.4% 0.67% -
XYZ 22.78 32.74 20.45 -
YUV 143.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 102 170 112 0.4 0 0.34 0.33 128.82 0.29 0.53
Hex 66 AA 70 28 0 22 21 81 1D 35
Octal 146 252 160 50 0 42 41 201 35 65
Binary 1100110 10101010 1110000 101000 0 100010 100001 10000001 11101 110101

Color Harmonies of #66AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA70

Black with #66AA70

Text Example


Text Example

White with #66AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,170,112); }

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

background-color css

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

 a { background-color: rgb(102,170,112); }

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

border-color css

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

 span { border-color: rgb(102,170,112); }

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