Html Css Color HEX #5B9370 Oxley

📋 copy color: '#5B9370'

red 91 ◦ green 147 ◦ blue 112

#5B9370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #5B9370

Tints of Oxley #5B9370

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 value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#5B9370 (or 0x5B9370) is known color: 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

RGB 91 147 112 -
CMYK 0.38 0 0.24 0.42
HSL 142.5º 0.24% 0.47% -
HSV(B) 142.5º 0.38% 0.58% -
XYZ 17.67 24.26 19.08 -
YUV 126.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 91 147 112 0.38 0 0.24 0.42 142.5 0.24 0.47
Hex 5B 93 70 26 0 18 2A 8E 18 2F
Octal 133 223 160 46 0 30 52 216 30 57
Binary 1011011 10010011 1110000 100110 0 11000 101010 10001110 11000 101111

Color Harmonies of #5B9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9370

Black with #5B9370

Text Example


Text Example

White with #5B9370

Text Example


Text Example

HTML Codes & Css Web 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>