Html Css Color HEX #64B061 Fern

📋 copy color: '#64B061'

red 100 ◦ green 176 ◦ blue 97

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

Shades of Fern #64B061

Tints of Fern #64B061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 26.81%
G = 47.18%
B = 26.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#64B061 (or 0x64B061) is known color: Fern. HEX triplet: 64, B0 and 61. RGB value is (100,176,97). Sum of RGB (Red+Green+Blue) = 100+176+97=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #64B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B061 is #9B4F9E. Grayscale: #909090. Windows color (decimal): -10178463 or 6402148. OLE color: 6402148.

HSL color Cylindrical-coordinate representation of color #64B061: hue angle of 117.72º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B061 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 176 97 -
CMYK 0.43 0 0.45 0.31
HSL 117.72º 0.33% 0.54% -
HSV(B) 117.72º 0.45% 0.69% -
XYZ 22.94 34.62 16.78 -
YUV 144.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 100 176 97 0.43 0 0.45 0.31 117.72 0.33 0.54
Hex 64 B0 61 2B 0 2D 1F 76 21 36
Octal 144 260 141 53 0 55 37 166 41 66
Binary 1100100 10110000 1100001 101011 0 101101 11111 1110110 100001 110110

Color Harmonies of #64B061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B061

Black with #64B061

Text Example


Text Example

White with #64B061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,176,97); }

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

background-color css

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

 a { background-color: rgb(100,176,97); }

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

border-color css

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

 span { border-color: rgb(100,176,97); }

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