Html Css Color HEX #5E9D79 Oxley

📋 copy color: '#5E9D79'

red 94 ◦ green 157 ◦ blue 121

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

Shades of Oxley #5E9D79

Tints of Oxley #5E9D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

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

R = 25.27%
G = 42.2%
B = 32.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#5E9D79 (or 0x5E9D79) is known color: Oxley. HEX triplet: 5E, 9D and 79. RGB value is (94,157,121). Sum of RGB (Red+Green+Blue) = 94+157+121=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D79 is #A16286. Grayscale: #868686. Windows color (decimal): -10576519 or 7970142. OLE color: 7970142.

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

Color convert

RGB 94 157 121 -
CMYK 0.40 0 0.23 0.38
HSL 145.71º 0.25% 0.49% -
HSV(B) 145.71º 0.4% 0.62% -
XYZ 20.12 27.87 22.41 -
YUV 134.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 94 157 121 0.40 0 0.23 0.38 145.71 0.25 0.49
Hex 5E 9D 79 28 0 17 26 92 19 31
Octal 136 235 171 50 0 27 46 222 31 61
Binary 1011110 10011101 1111001 101000 0 10111 100110 10010010 11001 110001

Color Harmonies of #5E9D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9D79

Black with #5E9D79

Text Example


Text Example

White with #5E9D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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