Html Css Color HEX #66A36C Fern

📋 copy color: '#66A36C'

red 102 ◦ green 163 ◦ blue 108

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

Shades of Fern #66A36C

Tints of Fern #66A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.7%

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

R = 27.35%
G = 43.7%
B = 28.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#66A36C (or 0x66A36C) is known color: Fern. HEX triplet: 66, A3 and 6C. RGB value is (102,163,108). Sum of RGB (Red+Green+Blue) = 102+163+108=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #66A36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A36C is #995C93. Grayscale: #8A8A8A. Windows color (decimal): -10050708 or 7119718. OLE color: 7119718.

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

Color convert

RGB 102 163 108 -
CMYK 0.37 0 0.34 0.36
HSL 125.9º 0.25% 0.52% -
HSV(B) 125.9º 0.37% 0.64% -
XYZ 21.28 30.1 18.88 -
YUV 138.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 102 163 108 0.37 0 0.34 0.36 125.9 0.25 0.52
Hex 66 A3 6C 25 0 22 24 7E 19 34
Octal 146 243 154 45 0 42 44 176 31 64
Binary 1100110 10100011 1101100 100101 0 100010 100100 1111110 11001 110100

Color Harmonies of #66A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A36C

Black with #66A36C

Text Example


Text Example

White with #66A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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