Html Css Color HEX #64B060 Fern

📋 copy color: '#64B060'

red 100 ◦ green 176 ◦ blue 96

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

Shades of Fern #64B060

Tints of Fern #64B060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 26.88%
G = 47.31%
B = 25.81%

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

#64B060 (or 0x64B060) is known color: Fern. HEX triplet: 64, B0 and 60. RGB value is (100,176,96). Sum of RGB (Red+Green+Blue) = 100+176+96=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #64B060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B060 is #9B4F9F. Grayscale: #909090. Windows color (decimal): -10178464 or 6336612. OLE color: 6336612.

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

Color convert

RGB 100 176 96 -
CMYK 0.43 0 0.45 0.31
HSL 117º 0.34% 0.53% -
HSV(B) 117º 0.45% 0.69% -
XYZ 22.89 34.6 16.54 -
YUV 144.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 100 176 96 0.43 0 0.45 0.31 117 0.34 0.53
Hex 64 B0 60 2B 0 2D 1F 75 22 35
Octal 144 260 140 53 0 55 37 165 42 65
Binary 1100100 10110000 1100000 101011 0 101101 11111 1110101 100010 110101

Color Harmonies of #64B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B060

Black with #64B060

Text Example


Text Example

White with #64B060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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