#5B946D

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

Shades of Oxley #5B946D

Tints of Oxley #5B946D

Color information

#5B946D (or 0x5B946D) is unknown color: approx Oxley. HEX triplet: 5B, 94 and 6D. RGB value is (91,148,109). Sum of RGB (Red+Green+Blue) = 91+148+109=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #5B946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B946D is #A46B92. Grayscale: #7E7E7E. Windows color (decimal): -10775443 or 7181403. OLE color: 7181403.

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

Color convert

RGB91148109-
CMYK0.3900.260.42
HSL138.95º23.85%46.86%-
HSV(B)138.95º38.51%58.04%-
XYZ17.6624.5118.27-
YUV126.51118.12102.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=26.15%
G=42.53%
B=31.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911481090.3900.260.42138.9523.8546.86
Hex5B946D2701A2A8b182f
Octal13322415547032522133057
Binary10110111001010011011011001110110101010101000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,148,109); }

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

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

 a { background-color: rgb(91,148,109); }

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

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

 span { border-color: rgb(91,148,109); }

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