#65A76D

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

Shades of Fern #65A76D

Tints of Fern #65A76D

Color information

#65A76D (or 0x65A76D) is unknown color: approx Fern. HEX triplet: 65, A7 and 6D. RGB value is (101,167,109). Sum of RGB (Red+Green+Blue) = 101+167+109=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #65A76D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A76D is #9A5892. Grayscale: #8C8C8C. Windows color (decimal): -10115219 or 7186277. OLE color: 7186277.

HSL color Cylindrical-coordinate representation of color #65A76D: hue angle of 127.27º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A76D is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB101167109-
CMYK0.4000.350.35
HSL127.27º27.27%52.55%-
HSV(B)127.27º39.52%65.49%-
XYZ21.9531.5119.39-
YUV140.65110.1399.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=26.79%
G=44.30%
B=28.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671090.4000.350.35127.2727.2752.55
Hex65A76D28023237f1b35
Octal14524715550043431773365
Binary11001011010011111011011010000100011100011111111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A76D; }

 p { color: rgb(101,167,109); }

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

<style>
 a { background-color: #65A76D; }

 a { background-color: rgb(101,167,109); }

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

<style>
 span { border-color: #65A76D; }

 span { border-color: rgb(101,167,109); }

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