#5D926B

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

Shades of Oxley #5D926B

Tints of Oxley #5D926B

Color information

#5D926B (or 0x5D926B) is unknown color: approx Oxley. HEX triplet: 5D, 92 and 6B. RGB value is (93,146,107). Sum of RGB (Red+Green+Blue) = 93+146+107=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #5D926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D926B is #A26D94. Grayscale: #7D7D7D. Windows color (decimal): -10644885 or 7049821. OLE color: 7049821.

HSL color Cylindrical-coordinate representation of color #5D926B: hue angle of 135.85º 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 #5D926B is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB93146107-
CMYK0.3600.270.43
HSL135.85º22.18%46.86%-
HSV(B)135.85º36.3%57.25%-
XYZ17.4523.9517.61-
YUV125.71117.44104.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=26.88%
G=42.20%
B=30.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931461070.3600.270.43135.8522.1846.86
Hex5D926B2401B2B88162f
Octal13522215344033532102657
Binary10111011001001011010111001000110111010111000100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,146,107); }

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

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

 a { background-color: rgb(93,146,107); }

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

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

 span { border-color: rgb(93,146,107); }

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