#64B078

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

Shades of Fern #64B078

Tints of Fern #64B078

Color information

#64B078 (or 0x64B078) is unknown color: approx Fern. HEX triplet: 64, B0 and 78. RGB value is (100,176,120). Sum of RGB (Red+Green+Blue) = 100+176+120=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #64B078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B078 is #9B4F87. Grayscale: #939393. Windows color (decimal): -10178440 or 7909476. OLE color: 7909476.

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

Color convert

RGB100176120-
CMYK0.4300.320.31
HSL135.79º32.48%54.12%-
HSV(B)135.79º43.18%69.02%-
XYZ24.1735.1223.27-
YUV146.89112.8294.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=25.25%
G=44.44%
B=30.30%

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
Decimal1001761200.4300.320.31135.7932.4854.12
Hex64B0782B0201F882036
Octal14426017053040372104066
Binary110010010110000111100010101101000001111110001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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