Html Css Color HEX #64A76C Fern

📋 copy color: '#64A76C'

red 100 ◦ green 167 ◦ blue 108

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

Shades of Fern #64A76C

Tints of Fern #64A76C

RGB

 RED value IS 100 (39.45% from 255) = 26.67%

 GREEN value IS 167 (65.63% from 255) = 44.53%

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

R = 26.67%
G = 44.53%
B = 28.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#64A76C (or 0x64A76C) is known color: Fern. HEX triplet: 64, A7 and 6C. RGB value is (100,167,108). Sum of RGB (Red+Green+Blue) = 100+167+108=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #64A76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A76C is #9B5893. Grayscale: #8C8C8C. Windows color (decimal): -10180756 or 7120740. OLE color: 7120740.

HSL color Cylindrical-coordinate representation of color #64A76C: hue angle of 127.16º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A76C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 167 108 -
CMYK 0.40 0 0.35 0.35
HSL 127.16º 0.28% 0.52% -
HSV(B) 127.16º 0.4% 0.65% -
XYZ 21.78 31.43 19.11 -
YUV 140.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 100 167 108 0.40 0 0.35 0.35 127.16 0.28 0.52
Hex 64 A7 6C 28 0 23 23 7F 1C 34
Octal 144 247 154 50 0 43 43 177 34 64
Binary 1100100 10100111 1101100 101000 0 100011 100011 1111111 11100 110100

Color Harmonies of #64A76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A76C

Black with #64A76C

Text Example


Text Example

White with #64A76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A76C; }

 p { color: rgb(100,167,108); }

 H1.HeaderClassName
 {
   color: #64A76C;
 }
 .AnyTagClassName
 {
   color: #64A76C;
 }
</style>

background-color css

<style>
 a { background-color: #64A76C; }

 a { background-color: rgb(100,167,108); }

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

border-color css

<style>
 span { border-color: #64A76C; }

 span { border-color: rgb(100,167,108); }

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