Html Css Color HEX #64B370 Fern

📋 copy color: '#64B370'

red 100 ◦ green 179 ◦ blue 112

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

Shades of Fern #64B370

Tints of Fern #64B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 25.58%
G = 45.78%
B = 28.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#64B370 (or 0x64B370) is known color: Fern. HEX triplet: 64, B3 and 70. RGB value is (100,179,112). Sum of RGB (Red+Green+Blue) = 100+179+112=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #64B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B370 is #9B4C8F. Grayscale: #939393. Windows color (decimal): -10177680 or 7385956. OLE color: 7385956.

HSL color Cylindrical-coordinate representation of color #64B370: hue angle of 129.11º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B370 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 112 -
CMYK 0.44 0 0.37 0.30
HSL 129.11º 0.34% 0.55% -
HSV(B) 129.11º 0.44% 0.7% -
XYZ 24.3 36.12 21.02 -
YUV 147.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 100 179 112 0.44 0 0.37 0.30 129.11 0.34 0.55
Hex 64 B3 70 2C 0 25 1E 81 22 37
Octal 144 263 160 54 0 45 36 201 42 67
Binary 1100100 10110011 1110000 101100 0 100101 11110 10000001 100010 110111

Color Harmonies of #64B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B370

Black with #64B370

Text Example


Text Example

White with #64B370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,179,112); }

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

background-color css

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

 a { background-color: rgb(100,179,112); }

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

border-color css

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

 span { border-color: rgb(100,179,112); }

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