Html Css Color HEX #5A9370 Oxley

📋 copy color: '#5A9370'

red 90 ◦ green 147 ◦ blue 112

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

Shades of Oxley #5A9370

Tints of Oxley #5A9370

RGB

 RED value IS 90 (35.55% from 255) = 25.79%

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 25.79%
G = 42.12%
B = 32.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#5A9370 (or 0x5A9370) is known color: Oxley. HEX triplet: 5A, 93 and 70. RGB value is (90,147,112). Sum of RGB (Red+Green+Blue) = 90+147+112=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9370 is #A56C8F. Grayscale: #7E7E7E. Windows color (decimal): -10841232 or 7377754. OLE color: 7377754.

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

Color convert

RGB 90 147 112 -
CMYK 0.39 0 0.24 0.42
HSL 143.16º 0.24% 0.46% -
HSV(B) 143.16º 0.39% 0.58% -
XYZ 17.57 24.21 19.08 -
YUV 125.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 90 147 112 0.39 0 0.24 0.42 143.16 0.24 0.46
Hex 5A 93 70 27 0 18 2A 8F 18 2E
Octal 132 223 160 47 0 30 52 217 30 56
Binary 1011010 10010011 1110000 100111 0 11000 101010 10001111 11000 101110

Color Harmonies of #5A9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9370

Black with #5A9370

Text Example


Text Example

White with #5A9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A9370;
 }
 .AnyTagClassName
 {
   color: #5A9370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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