#64AB75

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

Shades of Fern #64AB75

Tints of Fern #64AB75

Color information

#64AB75 (or 0x64AB75) is unknown color: approx Fern. HEX triplet: 64, AB and 75. RGB value is (100,171,117). Sum of RGB (Red+Green+Blue) = 100+171+117=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB75 is #9B548A. Grayscale: #8F8F8F. Windows color (decimal): -10179723 or 7711588. OLE color: 7711588.

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

Color convert

RGB100171117-
CMYK0.4200.320.33
HSL134.37º29.71%53.14%-
HSV(B)134.37º41.52%67.06%-
XYZ23.0333.1222.01-
YUV143.61112.9896.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=25.77%
G=44.07%
B=30.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711170.4200.320.33134.3729.7153.14
Hex64AB752A02021861e35
Octal14425316552040412063665
Binary110010010101011111010110101001000001000011000011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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