Html Css Color HEX #5A936E Oxley

📋 copy color: '#5A936E'

red 90 ◦ green 147 ◦ blue 110

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

Shades of Oxley #5A936E

Tints of Oxley #5A936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 25.94%
G = 42.36%
B = 31.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#5A936E (or 0x5A936E) is known color: Oxley. HEX triplet: 5A, 93 and 6E. RGB value is (90,147,110). Sum of RGB (Red+Green+Blue) = 90+147+110=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #5A936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A936E is #A56C91. Grayscale: #7D7D7D. Windows color (decimal): -10841234 or 7246682. OLE color: 7246682.

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

Color convert

RGB 90 147 110 -
CMYK 0.39 0 0.25 0.42
HSL 141.05º 0.24% 0.46% -
HSV(B) 141.05º 0.39% 0.58% -
XYZ 17.46 24.17 18.5 -
YUV 125.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 90 147 110 0.39 0 0.25 0.42 141.05 0.24 0.46
Hex 5A 93 6E 27 0 19 2A 8D 18 2E
Octal 132 223 156 47 0 31 52 215 30 56
Binary 1011010 10010011 1101110 100111 0 11001 101010 10001101 11000 101110

Color Harmonies of #5A936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A936E

Black with #5A936E

Text Example


Text Example

White with #5A936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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