Html Css Color HEX #5D9974 Oxley

📋 copy color: '#5D9974'

red 93 ◦ green 153 ◦ blue 116

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

Shades of Oxley #5D9974

Tints of Oxley #5D9974

RGB

 RED value IS 93 (36.72% from 255) = 25.69%

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

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

R = 25.69%
G = 42.27%
B = 32.04%

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

#5D9974 (or 0x5D9974) is known color: Oxley. HEX triplet: 5D, 99 and 74. RGB value is (93,153,116). Sum of RGB (Red+Green+Blue) = 93+153+116=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9974 is #A2668B. Grayscale: #828282. Windows color (decimal): -10643084 or 7641437. OLE color: 7641437.

HSL color Cylindrical-coordinate representation of color #5D9974: hue angle of 143º 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 #5D9974 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 93 153 116 -
CMYK 0.39 0 0.24 0.4
HSL 143º 0.24% 0.48% -
HSV(B) 143º 0.39% 0.6% -
XYZ 19.06 26.37 20.61 -
YUV 130.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 93 153 116 0.39 0 0.24 0.4 143 0.24 0.48
Hex 5D 99 74 27 0 18 28 8F 18 30
Octal 135 231 164 47 0 30 50 217 30 60
Binary 1011101 10011001 1110100 100111 0 11000 101000 10001111 11000 110000

Color Harmonies of #5D9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9974

Black with #5D9974

Text Example


Text Example

White with #5D9974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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