Html Css Color HEX #5E9974 Oxley

📋 copy color: '#5E9974'

red 94 ◦ green 153 ◦ blue 116

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

Shades of Oxley #5E9974

Tints of Oxley #5E9974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 25.9%
G = 42.15%
B = 31.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#5E9974 (or 0x5E9974) is known color: Oxley. HEX triplet: 5E, 99 and 74. RGB value is (94,153,116). Sum of RGB (Red+Green+Blue) = 94+153+116=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9974 is #A1668B. Grayscale: #838383. Windows color (decimal): -10577548 or 7641438. OLE color: 7641438.

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

Color convert

RGB 94 153 116 -
CMYK 0.39 0 0.24 0.4
HSL 142.37º 0.24% 0.48% -
HSV(B) 142.37º 0.39% 0.6% -
XYZ 19.16 26.42 20.61 -
YUV 131.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 94 153 116 0.39 0 0.24 0.4 142.37 0.24 0.48
Hex 5E 99 74 27 0 18 28 8E 18 30
Octal 136 231 164 47 0 30 50 216 30 60
Binary 1011110 10011001 1110100 100111 0 11000 101000 10001110 11000 110000

Color Harmonies of #5E9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9974

Black with #5E9974

Text Example


Text Example

White with #5E9974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,116); }

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

background-color css

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

 a { background-color: rgb(94,153,116); }

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

border-color css

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

 span { border-color: rgb(94,153,116); }

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