#65AA5D

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

Shades of Fern #65AA5D

Tints of Fern #65AA5D

Color information

#65AA5D (or 0x65AA5D) is unknown color: approx Fern. HEX triplet: 65, AA and 5D. RGB value is (101,170,93). Sum of RGB (Red+Green+Blue) = 101+170+93=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA5D is #9A55A2. Grayscale: #8C8C8C. Windows color (decimal): -10114467 or 6138469. OLE color: 6138469.

HSL color Cylindrical-coordinate representation of color #65AA5D: hue angle of 113.77º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65AA5D is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB10117093-
CMYK0.4100.450.33
HSL113.77º31.17%51.57%-
HSV(B)113.77º45.29%66.67%-
XYZ21.7232.3115.45-
YUV140.59101.1499.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=27.75%
G=46.70%
B=25.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101170930.4100.450.33113.7731.1751.57
Hex65AA5D2902D21721f34
Octal14525213551055411623764
Binary11001011010101010111011010010101101100001111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,170,93); }

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

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

 a { background-color: rgb(101,170,93); }

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

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

 span { border-color: rgb(101,170,93); }

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