Html Css Color HEX #66AC70 Fern

📋 copy color: '#66AC70'

red 102 ◦ green 172 ◦ blue 112

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

Shades of Fern #66AC70

Tints of Fern #66AC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.56%

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

R = 26.42%
G = 44.56%
B = 29.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#66AC70 (or 0x66AC70) is known color: Fern. HEX triplet: 66, AC and 70. RGB value is (102,172,112). Sum of RGB (Red+Green+Blue) = 102+172+112=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC70 is #99538F. Grayscale: #909090. Windows color (decimal): -10048400 or 7384166. OLE color: 7384166.

HSL color Cylindrical-coordinate representation of color #66AC70: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC70 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 112 -
CMYK 0.41 0 0.35 0.33
HSL 128.57º 0.3% 0.54% -
HSV(B) 128.57º 0.41% 0.67% -
XYZ 23.16 33.5 20.57 -
YUV 144.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 102 172 112 0.41 0 0.35 0.33 128.57 0.3 0.54
Hex 66 AC 70 29 0 23 21 81 1E 36
Octal 146 254 160 51 0 43 41 201 36 66
Binary 1100110 10101100 1110000 101001 0 100011 100001 10000001 11110 110110

Color Harmonies of #66AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC70

Black with #66AC70

Text Example


Text Example

White with #66AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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