Html Css Color HEX #64B37A Fern

📋 copy color: '#64B37A'

red 100 ◦ green 179 ◦ blue 122

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

Shades of Fern #64B37A

Tints of Fern #64B37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 24.94%
G = 44.64%
B = 30.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#64B37A (or 0x64B37A) is known color: Fern. HEX triplet: 64, B3 and 7A. RGB value is (100,179,122). Sum of RGB (Red+Green+Blue) = 100+179+122=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #64B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B37A is #9B4C85. Grayscale: #959595. Windows color (decimal): -10177670 or 8041316. OLE color: 8041316.

HSL color Cylindrical-coordinate representation of color #64B37A: hue angle of 136.71º 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 #64B37A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 179 122 -
CMYK 0.44 0 0.32 0.30
HSL 136.71º 0.34% 0.55% -
HSV(B) 136.71º 0.44% 0.7% -
XYZ 24.89 36.35 24.12 -
YUV 148.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 100 179 122 0.44 0 0.32 0.30 136.71 0.34 0.55
Hex 64 B3 7A 2C 0 20 1E 89 22 37
Octal 144 263 172 54 0 40 36 211 42 67
Binary 1100100 10110011 1111010 101100 0 100000 11110 10001001 100010 110111

Color Harmonies of #64B37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B37A

Black with #64B37A

Text Example


Text Example

White with #64B37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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