Html Css Color HEX #64A76F Fern

📋 copy color: '#64A76F'

red 100 ◦ green 167 ◦ blue 111

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

Shades of Fern #64A76F

Tints of Fern #64A76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 26.46%
G = 44.18%
B = 29.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#64A76F (or 0x64A76F) is known color: Fern. HEX triplet: 64, A7 and 6F. RGB value is (100,167,111). Sum of RGB (Red+Green+Blue) = 100+167+111=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #64A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A76F is #9B5890. Grayscale: #8C8C8C. Windows color (decimal): -10180753 or 7317348. OLE color: 7317348.

HSL color Cylindrical-coordinate representation of color #64A76F: hue angle of 129.85º 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 #64A76F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 167 111 -
CMYK 0.40 0 0.34 0.35
HSL 129.85º 0.28% 0.52% -
HSV(B) 129.85º 0.4% 0.65% -
XYZ 21.94 31.49 19.96 -
YUV 140.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 100 167 111 0.40 0 0.34 0.35 129.85 0.28 0.52
Hex 64 A7 6F 28 0 22 23 82 1C 34
Octal 144 247 157 50 0 42 43 202 34 64
Binary 1100100 10100111 1101111 101000 0 100010 100011 10000010 11100 110100

Color Harmonies of #64A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A76F

Black with #64A76F

Text Example


Text Example

White with #64A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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