#64AB70

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

Shades of Fern #64AB70

Tints of Fern #64AB70

Color information

#64AB70 (or 0x64AB70) is unknown color: approx Fern. HEX triplet: 64, AB and 70. RGB value is (100,171,112). Sum of RGB (Red+Green+Blue) = 100+171+112=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB70 is #9B548F. Grayscale: #8F8F8F. Windows color (decimal): -10179728 or 7383908. OLE color: 7383908.

HSL color Cylindrical-coordinate representation of color #64AB70: hue angle of 130.14º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB70 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB100171112-
CMYK0.4200.350.33
HSL130.14º29.71%53.14%-
HSV(B)130.14º41.52%67.06%-
XYZ22.7433.0120.5-
YUV143.04110.4897.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=26.11%
G=44.65%
B=29.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711120.4200.350.33130.1429.7153.14
Hex64AB702A02321821e35
Octal14425316052043412023665
Binary110010010101011111000010101001000111000011000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,112); }

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

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

 a { background-color: rgb(100,171,112); }

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

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

 span { border-color: rgb(100,171,112); }

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