Html Css Color HEX #5E9773 Oxley

📋 copy color: '#5E9773'

red 94 ◦ green 151 ◦ blue 115

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

Shades of Oxley #5E9773

Tints of Oxley #5E9773

RGB

 RED value IS 94 (37.11% from 255) = 26.11%

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 26.11%
G = 41.94%
B = 31.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#5E9773 (or 0x5E9773) is known color: Oxley. HEX triplet: 5E, 97 and 73. RGB value is (94,151,115). Sum of RGB (Red+Green+Blue) = 94+151+115=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #5E9773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9773 is #A1688C. Grayscale: #818181. Windows color (decimal): -10578061 or 7575390. OLE color: 7575390.

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

Color convert

RGB 94 151 115 -
CMYK 0.38 0 0.24 0.41
HSL 142.11º 0.23% 0.48% -
HSV(B) 142.11º 0.38% 0.59% -
XYZ 18.78 25.75 20.2 -
YUV 129.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 94 151 115 0.38 0 0.24 0.41 142.11 0.23 0.48
Hex 5E 97 73 26 0 18 29 8E 17 30
Octal 136 227 163 46 0 30 51 216 27 60
Binary 1011110 10010111 1110011 100110 0 11000 101001 10001110 10111 110000

Color Harmonies of #5E9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9773

Black with #5E9773

Text Example


Text Example

White with #5E9773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,115); }

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

background-color css

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

 a { background-color: rgb(94,151,115); }

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

border-color css

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

 span { border-color: rgb(94,151,115); }

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