#5E9970

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

Shades of Oxley #5E9970

Tints of Oxley #5E9970

Color information

#5E9970 (or 0x5E9970) is unknown color: approx Oxley. HEX triplet: 5E, 99 and 70. RGB value is (94,153,112). Sum of RGB (Red+Green+Blue) = 94+153+112=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9970 is #A1668F. Grayscale: #828282. Windows color (decimal): -10577552 or 7379294. OLE color: 7379294.

HSL color Cylindrical-coordinate representation of color #5E9970: hue angle of 138.31º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9970 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB94153112-
CMYK0.3900.270.4
HSL138.31º23.89%48.43%-
HSV(B)138.31º38.56%60%-
XYZ18.9326.3319.41-
YUV130.68117.45101.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.18%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=26.18%
G=42.62%
B=31.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal941531120.3900.270.4138.3123.8948.43
Hex5E99702701B288a1830
Octal13623116047033502123060
Binary10111101001100111100001001110110111010001000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,153,112); }

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

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

 a { background-color: rgb(94,153,112); }

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

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

 span { border-color: rgb(94,153,112); }

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