#5B9370

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

Shades of Oxley #5B9370

Tints of Oxley #5B9370

Color information

#5B9370 (or 0x5B9370) is unknown color: approx Oxley. HEX triplet: 5B, 93 and 70. RGB value is (91,147,112). Sum of RGB (Red+Green+Blue) = 91+147+112=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9370 is #A46C8F. Grayscale: #7E7E7E. Windows color (decimal): -10775696 or 7377755. OLE color: 7377755.

HSL color Cylindrical-coordinate representation of color #5B9370: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9370 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB91147112-
CMYK0.3800.240.42
HSL142.5º23.53%46.67%-
HSV(B)142.5º38.1%57.65%-
XYZ17.6724.2619.08-
YUV126.27119.95102.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 112 (44.14% from 255) = 32%
R=26%
G=42%
B=32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471120.3800.240.42142.523.5346.67
Hex5B9370260182A8e182f
Octal13322316046030522163057
Binary10110111001001111100001001100110001010101000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,112); }

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

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

 a { background-color: rgb(91,147,112); }

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

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

 span { border-color: rgb(91,147,112); }

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