#65AD70

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

Shades of Fern #65AD70

Tints of Fern #65AD70

Color information

#65AD70 (or 0x65AD70) is unknown color: approx Fern. HEX triplet: 65, AD and 70. RGB value is (101,173,112). Sum of RGB (Red+Green+Blue) = 101+173+112=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD70 is #9A528F. Grayscale: #909090. Windows color (decimal): -10113680 or 7384421. OLE color: 7384421.

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

Color convert

RGB101173112-
CMYK0.4200.350.32
HSL129.17º30.51%53.73%-
HSV(B)129.17º41.62%67.84%-
XYZ23.2433.8220.63-
YUV144.52109.6596.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 173 (67.97% from 255) = 44.82%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=26.17%
G=44.82%
B=29.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731120.4200.350.32129.1730.5153.73
Hex65AD702A02320811f36
Octal14525516052043402013766
Binary110010110101101111000010101001000111000001000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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