#64B077

Color #64B077 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #64B077

Tints of Fern #64B077

Color information

#64B077 (or 0x64B077) is unknown color: approx Fern. HEX triplet: 64, B0 and 77. RGB value is (100,176,119). Sum of RGB (Red+Green+Blue) = 100+176+119=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #64B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B077 is #9B4F88. Grayscale: #929292. Windows color (decimal): -10178441 or 7843940. OLE color: 7843940.

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

Color convert

RGB100176119-
CMYK0.4300.320.31
HSL135º32.48%54.12%-
HSV(B)135º43.18%69.02%-
XYZ24.1135.0922.96-
YUV146.78112.3294.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=25.32%
G=44.56%
B=30.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761190.4300.320.3113532.4854.12
Hex64B0772B0201F872036
Octal14426016753040372074066
Binary110010010110000111011110101101000001111110000111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64B077;
 }
 .AnyTagClassName
 {
   color: #64B077;
 }
</style>
background-color css

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

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

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

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

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

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