#5D916E

Color #5D916E Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5D916E

Tints of Oxley #5D916E

Color information

#5D916E (or 0x5D916E) is unknown color: approx Oxley. HEX triplet: 5D, 91 and 6E. RGB value is (93,145,110). Sum of RGB (Red+Green+Blue) = 93+145+110=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #5D916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D916E is #A26E91. Grayscale: #7D7D7D. Windows color (decimal): -10645138 or 7246173. OLE color: 7246173.

HSL color Cylindrical-coordinate representation of color #5D916E: hue angle of 139.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D916E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB93145110-
CMYK0.3600.240.43
HSL139.62º21.85%46.67%-
HSV(B)139.62º35.86%56.86%-
XYZ17.4523.718.41-
YUV125.46119.27104.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.72%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=26.72%
G=41.67%
B=31.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931451100.3600.240.43139.6221.8546.67
Hex5D916E240182B8c162f
Octal13522115644030532142657
Binary10111011001000111011101001000110001010111000110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,145,110); }

 H1.HeaderClassName
 {
   color: #5D916E;
 }
 .AnyTagClassName
 {
   color: #5D916E;
 }
</style>
background-color css

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

 a { background-color: rgb(93,145,110); }

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

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

 span { border-color: rgb(93,145,110); }

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