#65A66E

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

Shades of Fern #65A66E

Tints of Fern #65A66E

Color information

#65A66E (or 0x65A66E) is unknown color: approx Fern. HEX triplet: 65, A6 and 6E. RGB value is (101,166,110). Sum of RGB (Red+Green+Blue) = 101+166+110=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #65A66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A66E is #9A5991. Grayscale: #8C8C8C. Windows color (decimal): -10115474 or 7251557. OLE color: 7251557.

HSL color Cylindrical-coordinate representation of color #65A66E: hue angle of 128.31º degrees, saturation: 0.27, 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 #65A66E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB101166110-
CMYK0.3900.340.35
HSL128.31º26.75%52.35%-
HSV(B)128.31º39.16%65.1%-
XYZ21.8231.1619.62-
YUV140.18110.97100.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=26.79%
G=44.03%
B=29.18%

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
Decimal1011661100.3900.340.35128.3126.7552.35
Hex65A66E2702223801b34
Octal14524615647042432003364
Binary110010110100110110111010011101000101000111000000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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