#65AD6D

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

Shades of Fern #65AD6D

Tints of Fern #65AD6D

Color information

#65AD6D (or 0x65AD6D) is unknown color: approx Fern. HEX triplet: 65, AD and 6D. RGB value is (101,173,109). Sum of RGB (Red+Green+Blue) = 101+173+109=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD6D is #9A5292. Grayscale: #909090. Windows color (decimal): -10113683 or 7187813. OLE color: 7187813.

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

Color convert

RGB101173109-
CMYK0.4200.370.32
HSL126.67º30.51%53.73%-
HSV(B)126.67º41.62%67.84%-
XYZ23.0733.7619.77-
YUV144.18108.1597.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=26.37%
G=45.17%
B=28.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731090.4200.370.32126.6730.5153.73
Hex65AD6D2A025207f1f36
Octal14525515552045401773766
Binary11001011010110111011011010100100101100000111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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