#65AD66

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

Shades of Fern #65AD66

Tints of Fern #65AD66

Color information

#65AD66 (or 0x65AD66) is unknown color: approx Fern. HEX triplet: 65, AD and 66. RGB value is (101,173,102). Sum of RGB (Red+Green+Blue) = 101+173+102=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD66 is #9A5299. Grayscale: #8F8F8F. Windows color (decimal): -10113690 or 6729061. OLE color: 6729061.

HSL color Cylindrical-coordinate representation of color #65AD66: hue angle of 120.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD66 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB101173102-
CMYK0.4200.410.32
HSL120.83º30.51%53.73%-
HSV(B)120.83º41.62%67.84%-
XYZ22.7133.6117.86-
YUV143.38104.6597.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=26.86%
G=46.01%
B=27.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731020.4200.410.32120.8330.5153.73
Hex65AD662A02920791f36
Octal14525514652051401713766
Binary11001011010110111001101010100101001100000111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,173,102); }

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

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

 a { background-color: rgb(101,173,102); }

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

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

 span { border-color: rgb(101,173,102); }

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