#60AF65

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

Shades of Fern #60AF65

Tints of Fern #60AF65

Color information

#60AF65 (or 0x60AF65) is unknown color: approx Fern. HEX triplet: 60, AF and 65. RGB value is (96,175,101). Sum of RGB (Red+Green+Blue) = 96+175+101=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF65 is #9F509A. Grayscale: #8F8F8F. Windows color (decimal): -10440859 or 6664032. OLE color: 6664032.

HSL color Cylindrical-coordinate representation of color #60AF65: hue angle of 123.8º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF65 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB96175101-
CMYK0.4500.420.31
HSL123.8º33.05%53.14%-
HSV(B)123.8º45.14%68.63%-
XYZ22.534.0917.71-
YUV142.94104.3394.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 175 (68.75% from 255) = 47.04%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=25.81%
G=47.04%
B=27.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961751010.4500.420.31123.833.0553.14
Hex60AF652D02A1F7c2135
Octal14025714555052371744165
Binary11000001010111111001011011010101010111111111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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