#65A96D

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

Shades of Fern #65A96D

Tints of Fern #65A96D

Color information

#65A96D (or 0x65A96D) is unknown color: approx Fern. HEX triplet: 65, A9 and 6D. RGB value is (101,169,109). Sum of RGB (Red+Green+Blue) = 101+169+109=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #65A96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A96D is #9A5692. Grayscale: #8E8E8E. Windows color (decimal): -10114707 or 7186789. OLE color: 7186789.

HSL color Cylindrical-coordinate representation of color #65A96D: hue angle of 127.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A96D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB101169109-
CMYK0.4000.360.34
HSL127.06º28.33%52.94%-
HSV(B)127.06º40.24%66.27%-
XYZ22.3232.2519.52-
YUV141.83109.4798.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=26.65%
G=44.59%
B=28.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691090.4000.360.34127.0628.3352.94
Hex65A96D28024227f1c35
Octal14525115550044421773465
Binary11001011010100111011011010000100100100010111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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