Html Css Color HEX #5E9A79 Oxley

📋 copy color: '#5E9A79'

red 94 ◦ green 154 ◦ blue 121

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

Shades of Oxley #5E9A79

Tints of Oxley #5E9A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

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

R = 25.47%
G = 41.73%
B = 32.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#5E9A79 (or 0x5E9A79) is known color: Oxley. HEX triplet: 5E, 9A and 79. RGB value is (94,154,121). Sum of RGB (Red+Green+Blue) = 94+154+121=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A79 is #A16586. Grayscale: #848484. Windows color (decimal): -10577287 or 7969374. OLE color: 7969374.

HSL color Cylindrical-coordinate representation of color #5E9A79: hue angle of 147º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9A79 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 154 121 -
CMYK 0.39 0 0.21 0.40
HSL 147º 0.24% 0.49% -
HSV(B) 147º 0.39% 0.6% -
XYZ 19.62 26.87 22.24 -
YUV 132.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 94 154 121 0.39 0 0.21 0.40 147 0.24 0.49
Hex 5E 9A 79 27 0 15 28 93 18 31
Octal 136 232 171 47 0 25 50 223 30 61
Binary 1011110 10011010 1111001 100111 0 10101 101000 10010011 11000 110001

Color Harmonies of #5E9A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9A79

Black with #5E9A79

Text Example


Text Example

White with #5E9A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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