Html Css Color HEX #5A9270 Oxley

📋 copy color: '#5A9270'

red 90 ◦ green 146 ◦ blue 112

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

Shades of Oxley #5A9270

Tints of Oxley #5A9270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 25.86%
G = 41.95%
B = 32.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#5A9270 (or 0x5A9270) is known color: Oxley. HEX triplet: 5A, 92 and 70. RGB value is (90,146,112). Sum of RGB (Red+Green+Blue) = 90+146+112=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #5A9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9270 is #A56D8F. Grayscale: #7D7D7D. Windows color (decimal): -10841488 or 7377498. OLE color: 7377498.

HSL color Cylindrical-coordinate representation of color #5A9270: hue angle of 143.57º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A9270 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 146 112 -
CMYK 0.38 0 0.23 0.43
HSL 143.57º 0.24% 0.46% -
HSV(B) 143.57º 0.38% 0.57% -
XYZ 17.42 23.9 19.02 -
YUV 125.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 90 146 112 0.38 0 0.23 0.43 143.57 0.24 0.46
Hex 5A 92 70 26 0 17 2B 90 18 2E
Octal 132 222 160 46 0 27 53 220 30 56
Binary 1011010 10010010 1110000 100110 0 10111 101011 10010000 11000 101110

Color Harmonies of #5A9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9270

Black with #5A9270

Text Example


Text Example

White with #5A9270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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