Html Css Color HEX #64B05C Fern

📋 copy color: '#64B05C'

red 100 ◦ green 176 ◦ blue 92

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

Shades of Fern #64B05C

Tints of Fern #64B05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 27.17%
G = 47.83%
B = 25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#64B05C (or 0x64B05C) is known color: Fern. HEX triplet: 64, B0 and 5C. RGB value is (100,176,92). Sum of RGB (Red+Green+Blue) = 100+176+92=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05C is #9B4FA3. Grayscale: #8F8F8F. Windows color (decimal): -10178468 or 6074468. OLE color: 6074468.

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

Color convert

RGB 100 176 92 -
CMYK 0.43 0 0.48 0.31
HSL 114.29º 0.35% 0.53% -
HSV(B) 114.29º 0.48% 0.69% -
XYZ 22.71 34.53 15.59 -
YUV 143.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 100 176 92 0.43 0 0.48 0.31 114.29 0.35 0.53
Hex 64 B0 5C 2B 0 30 1F 72 23 35
Octal 144 260 134 53 0 60 37 162 43 65
Binary 1100100 10110000 1011100 101011 0 110000 11111 1110010 100011 110101

Color Harmonies of #64B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B05C

Black with #64B05C

Text Example


Text Example

White with #64B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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