#5B9369

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

Shades of Oxley #5B9369

Tints of Oxley #5B9369

Color information

#5B9369 (or 0x5B9369) is unknown color: approx Oxley. HEX triplet: 5B, 93 and 69. RGB value is (91,147,105). Sum of RGB (Red+Green+Blue) = 91+147+105=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9369 is #A46C96. Grayscale: #7D7D7D. Windows color (decimal): -10775703 or 6919003. OLE color: 6919003.

HSL color Cylindrical-coordinate representation of color #5B9369: hue angle of 135º degrees, saturation: 0.24, 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 #5B9369 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB91147105-
CMYK0.3800.290.42
HSL135º23.53%46.67%-
HSV(B)135º38.1%57.65%-
XYZ17.324.1117.11-
YUV125.47116.45103.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.53%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=26.53%
G=42.86%
B=30.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal911471050.3800.290.4213523.5346.67
Hex5B93692601D2A87182f
Octal13322315146035522073057
Binary10110111001001111010011001100111011010101000011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,105); }

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

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

 a { background-color: rgb(91,147,105); }

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

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

 span { border-color: rgb(91,147,105); }

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