Html Css Color HEX #66AD70 Fern

📋 copy color: '#66AD70'

red 102 ◦ green 173 ◦ blue 112

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

Shades of Fern #66AD70

Tints of Fern #66AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.7%

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

R = 26.36%
G = 44.7%
B = 28.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#66AD70 (or 0x66AD70) is known color: Fern. HEX triplet: 66, AD and 70. RGB value is (102,173,112). Sum of RGB (Red+Green+Blue) = 102+173+112=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AD70 is #99528F. Grayscale: #909090. Windows color (decimal): -10048144 or 7384422. OLE color: 7384422.

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

Color convert

RGB 102 173 112 -
CMYK 0.41 0 0.35 0.32
HSL 128.45º 0.3% 0.54% -
HSV(B) 128.45º 0.41% 0.68% -
XYZ 23.35 33.88 20.64 -
YUV 144.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 102 173 112 0.41 0 0.35 0.32 128.45 0.3 0.54
Hex 66 AD 70 29 0 23 20 80 1E 36
Octal 146 255 160 51 0 43 40 200 36 66
Binary 1100110 10101101 1110000 101001 0 100011 100000 10000000 11110 110110

Color Harmonies of #66AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD70

Black with #66AD70

Text Example


Text Example

White with #66AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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