#5D956E

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

Shades of Oxley #5D956E

Tints of Oxley #5D956E

Color information

#5D956E (or 0x5D956E) is unknown color: approx Oxley. HEX triplet: 5D, 95 and 6E. RGB value is (93,149,110). Sum of RGB (Red+Green+Blue) = 93+149+110=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #5D956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D956E is #A26A91. Grayscale: #7F7F7F. Windows color (decimal): -10644114 or 7247197. OLE color: 7247197.

HSL color Cylindrical-coordinate representation of color #5D956E: hue angle of 138.21º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D956E is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB93149110-
CMYK0.3800.260.42
HSL138.21º23.14%47.45%-
HSV(B)138.21º37.58%58.43%-
XYZ18.0824.9518.61-
YUV127.81117.95103.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=26.42%
G=42.33%
B=31.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal931491100.3800.260.42138.2123.1447.45
Hex5D956E2601A2A8a172f
Octal13522515646032522122757
Binary10111011001010111011101001100110101010101000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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