Html Css Color HEX #5D9972 Oxley

📋 copy color: '#5D9972'

red 93 ◦ green 153 ◦ blue 114

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

Shades of Oxley #5D9972

Tints of Oxley #5D9972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 25.83%
G = 42.5%
B = 31.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#5D9972 (or 0x5D9972) is known color: Oxley. HEX triplet: 5D, 99 and 72. RGB value is (93,153,114). Sum of RGB (Red+Green+Blue) = 93+153+114=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9972 is #A2668D. Grayscale: #828282. Windows color (decimal): -10643086 or 7510365. OLE color: 7510365.

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

Color convert

RGB 93 153 114 -
CMYK 0.39 0 0.25 0.4
HSL 141º 0.24% 0.48% -
HSV(B) 141º 0.39% 0.6% -
XYZ 18.94 26.32 20 -
YUV 130.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 93 153 114 0.39 0 0.25 0.4 141 0.24 0.48
Hex 5D 99 72 27 0 19 28 8D 18 30
Octal 135 231 162 47 0 31 50 215 30 60
Binary 1011101 10011001 1110010 100111 0 11001 101000 10001101 11000 110000

Color Harmonies of #5D9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9972

Black with #5D9972

Text Example


Text Example

White with #5D9972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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