#5F986A

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

Shades of Oxley #5F986A

Tints of Oxley #5F986A

Color information

#5F986A (or 0x5F986A) is unknown color: approx Oxley. HEX triplet: 5F, 98 and 6A. RGB value is (95,152,106). Sum of RGB (Red+Green+Blue) = 95+152+106=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #5F986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F986A is #A06795. Grayscale: #818181. Windows color (decimal): -10512278 or 6985823. OLE color: 6985823.

HSL color Cylindrical-coordinate representation of color #5F986A: hue angle of 131.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F986A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB95152106-
CMYK0.3800.300.40
HSL131.58º23.08%48.43%-
HSV(B)131.58º37.5%59.61%-
XYZ18.5525.9317.66-
YUV129.71114.62103.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=26.91%
G=43.06%
B=30.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951521060.3800.300.40131.5823.0848.43
Hex5F986A2601E28841730
Octal13723015246036502042760
Binary10111111001100011010101001100111101010001000010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,106); }

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

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

 a { background-color: rgb(95,152,106); }

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

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

 span { border-color: rgb(95,152,106); }

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