#60AA65

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

Shades of Fern #60AA65

Tints of Fern #60AA65

Color information

#60AA65 (or 0x60AA65) is unknown color: approx Fern. HEX triplet: 60, AA and 65. RGB value is (96,170,101). Sum of RGB (Red+Green+Blue) = 96+170+101=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA65 is #9F559A. Grayscale: #8C8C8C. Windows color (decimal): -10442139 or 6662752. OLE color: 6662752.

HSL color Cylindrical-coordinate representation of color #60AA65: hue angle of 124.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA65 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB96170101-
CMYK0.4400.410.33
HSL124.05º30.33%52.16%-
HSV(B)124.05º43.53%66.67%-
XYZ21.5532.1817.39-
YUV140.01105.9896.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=26.16%
G=46.32%
B=27.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961701010.4400.410.33124.0530.3352.16
Hex60AA652C029217c1e34
Octal14025214554051411743664
Binary11000001010101011001011011000101001100001111110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AA65; }

 p { color: rgb(96,170,101); }

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

<style>
 a { background-color: #60AA65; }

 a { background-color: rgb(96,170,101); }

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

<style>
 span { border-color: #60AA65; }

 span { border-color: rgb(96,170,101); }

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