#65A660

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

Shades of Fern #65A660

Tints of Fern #65A660

Color information

#65A660 (or 0x65A660) is unknown color: approx Fern. HEX triplet: 65, A6 and 60. RGB value is (101,166,96). Sum of RGB (Red+Green+Blue) = 101+166+96=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #65A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A660 is #9A599F. Grayscale: #8A8A8A. Windows color (decimal): -10115488 or 6334053. OLE color: 6334053.

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

Color convert

RGB10116696-
CMYK0.3900.420.35
HSL115.71º28.23%51.37%-
HSV(B)115.71º42.17%65.1%-
XYZ21.1130.8815.91-
YUV138.58103.97101.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 166 (65.23% from 255) = 45.73%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=27.82%
G=45.73%
B=26.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101166960.3900.420.35115.7128.2351.37
Hex65A6602702A23741c33
Octal14524614047052431643463
Binary11001011010011011000001001110101010100011111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,166,96); }

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

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

 a { background-color: rgb(101,166,96); }

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

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

 span { border-color: rgb(101,166,96); }

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