#64AB6A

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

Shades of Fern #64AB6A

Tints of Fern #64AB6A

Color information

#64AB6A (or 0x64AB6A) is unknown color: approx Fern. HEX triplet: 64, AB and 6A. RGB value is (100,171,106). Sum of RGB (Red+Green+Blue) = 100+171+106=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB6A is #9B5495. Grayscale: #8E8E8E. Windows color (decimal): -10179734 or 6990692. OLE color: 6990692.

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

Color convert

RGB100171106-
CMYK0.4200.380.33
HSL125.07º29.71%53.14%-
HSV(B)125.07º41.52%67.06%-
XYZ22.4232.8818.8-
YUV142.36107.4897.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=26.53%
G=45.36%
B=28.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711060.4200.380.33125.0729.7153.14
Hex64AB6A2A026217d1e35
Octal14425315252046411753665
Binary11001001010101111010101010100100110100001111110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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