#65AF79

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

Shades of Fern #65AF79

Tints of Fern #65AF79

Color information

#65AF79 (or 0x65AF79) is unknown color: approx Fern. HEX triplet: 65, AF and 79. RGB value is (101,175,121). Sum of RGB (Red+Green+Blue) = 101+175+121=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF79 is #9A5086. Grayscale: #929292. Windows color (decimal): -10113159 or 7974757. OLE color: 7974757.

HSL color Cylindrical-coordinate representation of color #65AF79: hue angle of 136.22º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF79 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB101175121-
CMYK0.4200.310.31
HSL136.22º31.62%54.12%-
HSV(B)136.22º42.29%68.63%-
XYZ24.1534.8123.53-
YUV146.72113.4895.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=25.44%
G=44.08%
B=30.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751210.4200.310.31136.2231.6254.12
Hex65AF792A01F1F882036
Octal14525717152037372104066
Binary11001011010111111110011010100111111111110001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,121); }

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

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

 a { background-color: rgb(101,175,121); }

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

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

 span { border-color: rgb(101,175,121); }

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