#64B067

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

Shades of Fern #64B067

Tints of Fern #64B067

Color information

#64B067 (or 0x64B067) is unknown color: approx Fern. HEX triplet: 64, B0 and 67. RGB value is (100,176,103). Sum of RGB (Red+Green+Blue) = 100+176+103=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #64B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B067 is #9B4F98. Grayscale: #919191. Windows color (decimal): -10178457 or 6795364. OLE color: 6795364.

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

Color convert

RGB100176103-
CMYK0.4300.410.31
HSL122.37º32.48%54.12%-
HSV(B)122.37º43.18%69.02%-
XYZ23.2334.7418.31-
YUV144.95104.3295.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=26.39%
G=46.44%
B=27.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761030.4300.410.31122.3732.4854.12
Hex64B0672B0291F7a2036
Octal14426014753051371724066
Binary11001001011000011001111010110101001111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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