#65AD76

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

Shades of Fern #65AD76

Tints of Fern #65AD76

Color information

#65AD76 (or 0x65AD76) is unknown color: approx Fern. HEX triplet: 65, AD and 76. RGB value is (101,173,118). Sum of RGB (Red+Green+Blue) = 101+173+118=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD76 is #9A5289. Grayscale: #919191. Windows color (decimal): -10113674 or 7777637. OLE color: 7777637.

HSL color Cylindrical-coordinate representation of color #65AD76: hue angle of 134.17º 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 #65AD76 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB101173118-
CMYK0.4200.320.32
HSL134.17º30.51%53.73%-
HSV(B)134.17º41.62%67.84%-
XYZ23.5833.9622.45-
YUV145.2112.6596.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 173 (67.97% from 255) = 44.13%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=25.77%
G=44.13%
B=30.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731180.4200.320.32134.1730.5153.73
Hex65AD762A02020861f36
Octal14525516652040402063766
Binary110010110101101111011010101001000001000001000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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