#64B06D

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

Shades of Fern #64B06D

Tints of Fern #64B06D

Color information

#64B06D (or 0x64B06D) is unknown color: approx Fern. HEX triplet: 64, B0 and 6D. RGB value is (100,176,109). Sum of RGB (Red+Green+Blue) = 100+176+109=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #64B06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B06D is #9B4F92. Grayscale: #919191. Windows color (decimal): -10178451 or 7188580. OLE color: 7188580.

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

Color convert

RGB100176109-
CMYK0.4300.380.31
HSL127.11º32.48%54.12%-
HSV(B)127.11º43.18%69.02%-
XYZ23.5434.8619.96-
YUV145.64107.3295.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=25.97%
G=45.71%
B=28.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761090.4300.380.31127.1132.4854.12
Hex64B06D2B0261F7f2036
Octal14426015553046371774066
Binary11001001011000011011011010110100110111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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