Html Css Color HEX #5A9371 Oxley

📋 copy color: '#5A9371'

red 90 ◦ green 147 ◦ blue 113

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

Shades of Oxley #5A9371

Tints of Oxley #5A9371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 25.71%
G = 42%
B = 32.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#5A9371 (or 0x5A9371) is known color: Oxley. HEX triplet: 5A, 93 and 71. RGB value is (90,147,113). Sum of RGB (Red+Green+Blue) = 90+147+113=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9371 is #A56C8E. Grayscale: #7E7E7E. Windows color (decimal): -10841231 or 7443290. OLE color: 7443290.

HSL color Cylindrical-coordinate representation of color #5A9371: hue angle of 144.21º 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 #5A9371 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 113 -
CMYK 0.39 0 0.23 0.42
HSL 144.21º 0.24% 0.46% -
HSV(B) 144.21º 0.39% 0.58% -
XYZ 17.63 24.23 19.37 -
YUV 126.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 90 147 113 0.39 0 0.23 0.42 144.21 0.24 0.46
Hex 5A 93 71 27 0 17 2A 90 18 2E
Octal 132 223 161 47 0 27 52 220 30 56
Binary 1011010 10010011 1110001 100111 0 10111 101010 10010000 11000 101110

Color Harmonies of #5A9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9371

Black with #5A9371

Text Example


Text Example

White with #5A9371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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