Html Css Color HEX #5D9776 Oxley

📋 copy color: '#5D9776'

red 93 ◦ green 151 ◦ blue 118

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

Shades of Oxley #5D9776

Tints of Oxley #5D9776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 25.69%
G = 41.71%
B = 32.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#5D9776 (or 0x5D9776) is known color: Oxley. HEX triplet: 5D, 97 and 76. RGB value is (93,151,118). Sum of RGB (Red+Green+Blue) = 93+151+118=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #5D9776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9776 is #A26889. Grayscale: #818181. Windows color (decimal): -10643594 or 7771997. OLE color: 7771997.

HSL color Cylindrical-coordinate representation of color #5D9776: hue angle of 145.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9776 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 151 118 -
CMYK 0.38 0 0.22 0.41
HSL 145.86º 0.24% 0.48% -
HSV(B) 145.86º 0.38% 0.59% -
XYZ 18.85 25.77 21.12 -
YUV 129.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 93 151 118 0.38 0 0.22 0.41 145.86 0.24 0.48
Hex 5D 97 76 26 0 16 29 92 18 30
Octal 135 227 166 46 0 26 51 222 30 60
Binary 1011101 10010111 1110110 100110 0 10110 101001 10010010 11000 110000

Color Harmonies of #5D9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9776

Black with #5D9776

Text Example


Text Example

White with #5D9776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,151,118); }

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

background-color css

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

 a { background-color: rgb(93,151,118); }

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

border-color css

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

 span { border-color: rgb(93,151,118); }

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