#64A76A

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

Shades of Fern #64A76A

Tints of Fern #64A76A

Color information

#64A76A (or 0x64A76A) is unknown color: approx Fern. HEX triplet: 64, A7 and 6A. RGB value is (100,167,106). Sum of RGB (Red+Green+Blue) = 100+167+106=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #64A76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A76A is #9B5895. Grayscale: #8C8C8C. Windows color (decimal): -10180758 or 6989668. OLE color: 6989668.

HSL color Cylindrical-coordinate representation of color #64A76A: hue angle of 125.37º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A76A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB100167106-
CMYK0.4000.370.35
HSL125.37º27.57%52.35%-
HSV(B)125.37º40.12%65.49%-
XYZ21.6831.3918.55-
YUV140.01108.899.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=26.81%
G=44.77%
B=28.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001671060.4000.370.35125.3727.5752.35
Hex64A76A28025237d1c34
Octal14424715250045431753464
Binary11001001010011111010101010000100101100011111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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