#65AD68

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

Shades of Fern #65AD68

Tints of Fern #65AD68

Color information

#65AD68 (or 0x65AD68) is unknown color: approx Fern. HEX triplet: 65, AD and 68. RGB value is (101,173,104). Sum of RGB (Red+Green+Blue) = 101+173+104=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD68 is #9A5297. Grayscale: #8F8F8F. Windows color (decimal): -10113688 or 6860133. OLE color: 6860133.

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

Color convert

RGB101173104-
CMYK0.4200.400.32
HSL122.5º30.51%53.73%-
HSV(B)122.5º41.62%67.84%-
XYZ22.8133.6518.39-
YUV143.61105.6597.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=26.72%
G=45.77%
B=27.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011731040.4200.400.32122.530.5153.73
Hex65AD682A028207a1f36
Octal14525515052050401723766
Binary11001011010110111010001010100101000100000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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