#5FA276

Color #5FA276 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5FA276

Tints of Oxley #5FA276

Color information

#5FA276 (or 0x5FA276) is unknown color: approx Oxley. HEX triplet: 5F, A2 and 76. RGB value is (95,162,118). Sum of RGB (Red+Green+Blue) = 95+162+118=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA276 is #A05D89. Grayscale: #898989. Windows color (decimal): -10509706 or 7774815. OLE color: 7774815.

HSL color Cylindrical-coordinate representation of color #5FA276: hue angle of 140.6º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA276 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB95162118-
CMYK0.4100.270.36
HSL140.6º26.48%50.39%-
HSV(B)140.6º41.36%63.53%-
XYZ20.9129.5821.75-
YUV136.95117.398.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=25.33%
G=43.2%
B=31.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951621180.4100.270.36140.626.4850.39
Hex5FA2762901B248d1a32
Octal13724216651033442153262
Binary10111111010001011101101010010110111001001000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA276; }

 p { color: rgb(95,162,118); }

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

<style>
 a { background-color: #5FA276; }

 a { background-color: rgb(95,162,118); }

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

<style>
 span { border-color: #5FA276; }

 span { border-color: rgb(95,162,118); }

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