#65A56D

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

Shades of Fern #65A56D

Tints of Fern #65A56D

Color information

#65A56D (or 0x65A56D) is unknown color: approx Fern. HEX triplet: 65, A5 and 6D. RGB value is (101,165,109). Sum of RGB (Red+Green+Blue) = 101+165+109=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #65A56D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A56D is #9A5A92. Grayscale: #8B8B8B. Windows color (decimal): -10115731 or 7185765. OLE color: 7185765.

HSL color Cylindrical-coordinate representation of color #65A56D: hue angle of 127.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A56D is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB101165109-
CMYK0.3900.340.35
HSL127.5º26.23%52.16%-
HSV(B)127.5º38.79%64.71%-
XYZ21.5830.7819.27-
YUV139.48110.8100.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=26.93%
G=44%
B=29.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011651090.3900.340.35127.526.2352.16
Hex65A56D2702223801a34
Octal14524515547042432003264
Binary110010110100101110110110011101000101000111000000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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