Html Css Color HEX #5E9E79 Oxley

📋 copy color: '#5E9E79'

red 94 ◦ green 158 ◦ blue 121

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

Shades of Oxley #5E9E79

Tints of Oxley #5E9E79

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 25.2%
G = 42.36%
B = 32.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#5E9E79 (or 0x5E9E79) is known color: Oxley. HEX triplet: 5E, 9E and 79. RGB value is (94,158,121). Sum of RGB (Red+Green+Blue) = 94+158+121=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9E79 is #A16186. Grayscale: #868686. Windows color (decimal): -10576263 or 7970398. OLE color: 7970398.

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

Color convert

RGB 94 158 121 -
CMYK 0.41 0 0.23 0.38
HSL 145.31º 0.25% 0.49% -
HSV(B) 145.31º 0.41% 0.62% -
XYZ 20.29 28.21 22.47 -
YUV 134.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 94 158 121 0.41 0 0.23 0.38 145.31 0.25 0.49
Hex 5E 9E 79 29 0 17 26 91 19 31
Octal 136 236 171 51 0 27 46 221 31 61
Binary 1011110 10011110 1111001 101001 0 10111 100110 10010001 11001 110001

Color Harmonies of #5E9E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9E79

Black with #5E9E79

Text Example


Text Example

White with #5E9E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,121); }

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

background-color css

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

 a { background-color: rgb(94,158,121); }

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

border-color css

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

 span { border-color: rgb(94,158,121); }

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