Html Css Color HEX #66A46D Fern

📋 copy color: '#66A46D'

red 102 ◦ green 164 ◦ blue 109

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

Shades of Fern #66A46D

Tints of Fern #66A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 27.2%
G = 43.73%
B = 29.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#66A46D (or 0x66A46D) is known color: Fern. HEX triplet: 66, A4 and 6D. RGB value is (102,164,109). Sum of RGB (Red+Green+Blue) = 102+164+109=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #66A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A46D is #995B92. Grayscale: #8B8B8B. Windows color (decimal): -10050451 or 7185510. OLE color: 7185510.

HSL color Cylindrical-coordinate representation of color #66A46D: hue angle of 126.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A46D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 109 -
CMYK 0.38 0 0.34 0.36
HSL 126.77º 0.25% 0.52% -
HSV(B) 126.77º 0.38% 0.64% -
XYZ 21.52 30.48 19.22 -
YUV 139.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 102 164 109 0.38 0 0.34 0.36 126.77 0.25 0.52
Hex 66 A4 6D 26 0 22 24 7F 19 34
Octal 146 244 155 46 0 42 44 177 31 64
Binary 1100110 10100100 1101101 100110 0 100010 100100 1111111 11001 110100

Color Harmonies of #66A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A46D

Black with #66A46D

Text Example


Text Example

White with #66A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,109); }

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

background-color css

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

 a { background-color: rgb(102,164,109); }

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

border-color css

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

 span { border-color: rgb(102,164,109); }

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