Html Css Color HEX #64A869 Fern

📋 copy color: '#64A869'

red 100 ◦ green 168 ◦ blue 105

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

Shades of Fern #64A869

Tints of Fern #64A869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.04%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 26.81%
G = 45.04%
B = 28.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#64A869 (or 0x64A869) is known color: Fern. HEX triplet: 64, A8 and 69. RGB value is (100,168,105). Sum of RGB (Red+Green+Blue) = 100+168+105=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #64A869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A869 is #9B5796. Grayscale: #8C8C8C. Windows color (decimal): -10180503 or 6924388. OLE color: 6924388.

HSL color Cylindrical-coordinate representation of color #64A869: hue angle of 124.41º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A869 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 105 -
CMYK 0.40 0 0.38 0.34
HSL 124.41º 0.28% 0.53% -
HSV(B) 124.41º 0.4% 0.66% -
XYZ 21.81 31.73 18.34 -
YUV 140.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 100 168 105 0.40 0 0.38 0.34 124.41 0.28 0.53
Hex 64 A8 69 28 0 26 22 7C 1C 35
Octal 144 250 151 50 0 46 42 174 34 65
Binary 1100100 10101000 1101001 101000 0 100110 100010 1111100 11100 110101

Color Harmonies of #64A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A869

Black with #64A869

Text Example


Text Example

White with #64A869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,105); }

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

background-color css

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

 a { background-color: rgb(100,168,105); }

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

border-color css

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

 span { border-color: rgb(100,168,105); }

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