Html Css Color HEX #66A56C Fern

📋 copy color: '#66A56C'

red 102 ◦ green 165 ◦ blue 108

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

Shades of Fern #66A56C

Tints of Fern #66A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 27.2%
G = 44%
B = 28.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#66A56C (or 0x66A56C) is known color: Fern. HEX triplet: 66, A5 and 6C. RGB value is (102,165,108). Sum of RGB (Red+Green+Blue) = 102+165+108=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #66A56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A56C is #995A93. Grayscale: #8B8B8B. Windows color (decimal): -10050196 or 7120230. OLE color: 7120230.

HSL color Cylindrical-coordinate representation of color #66A56C: hue angle of 125.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A56C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 165 108 -
CMYK 0.38 0 0.35 0.35
HSL 125.71º 0.26% 0.52% -
HSV(B) 125.71º 0.38% 0.65% -
XYZ 21.64 30.82 19 -
YUV 139.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 102 165 108 0.38 0 0.35 0.35 125.71 0.26 0.52
Hex 66 A5 6C 26 0 23 23 7E 1A 34
Octal 146 245 154 46 0 43 43 176 32 64
Binary 1100110 10100101 1101100 100110 0 100011 100011 1111110 11010 110100

Color Harmonies of #66A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A56C

Black with #66A56C

Text Example


Text Example

White with #66A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,165,108); }

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

background-color css

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

 a { background-color: rgb(102,165,108); }

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

border-color css

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

 span { border-color: rgb(102,165,108); }

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