#65AD78

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

Shades of Fern #65AD78

Tints of Fern #65AD78

Color information

#65AD78 (or 0x65AD78) is unknown color: approx Fern. HEX triplet: 65, AD and 78. RGB value is (101,173,120). Sum of RGB (Red+Green+Blue) = 101+173+120=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD78 is #9A5287. Grayscale: #919191. Windows color (decimal): -10113672 or 7908709. OLE color: 7908709.

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

Color convert

RGB101173120-
CMYK0.4200.310.32
HSL135.83º30.51%53.73%-
HSV(B)135.83º41.62%67.84%-
XYZ23.734.0123.08-
YUV145.43113.6596.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=25.63%
G=43.91%
B=30.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731200.4200.310.32135.8330.5153.73
Hex65AD782A01F20881f36
Octal14525517052037402103766
Binary11001011010110111110001010100111111000001000100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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