#64AB6B

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

Shades of Fern #64AB6B

Tints of Fern #64AB6B

Color information

#64AB6B (or 0x64AB6B) is unknown color: approx Fern. HEX triplet: 64, AB and 6B. RGB value is (100,171,107). Sum of RGB (Red+Green+Blue) = 100+171+107=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB6B is #9B5494. Grayscale: #8E8E8E. Windows color (decimal): -10179733 or 7056228. OLE color: 7056228.

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

Color convert

RGB100171107-
CMYK0.4200.370.33
HSL125.92º29.71%53.14%-
HSV(B)125.92º41.52%67.06%-
XYZ22.4732.919.08-
YUV142.48107.9897.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=26.46%
G=45.24%
B=28.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711070.4200.370.33125.9229.7153.14
Hex64AB6B2A025217e1e35
Octal14425315352045411763665
Binary11001001010101111010111010100100101100001111111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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