#5B9269

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

Shades of Oxley #5B9269

Tints of Oxley #5B9269

Color information

#5B9269 (or 0x5B9269) is unknown color: approx Oxley. HEX triplet: 5B, 92 and 69. RGB value is (91,146,105). Sum of RGB (Red+Green+Blue) = 91+146+105=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9269 is #A46D96. Grayscale: #7C7C7C. Windows color (decimal): -10775959 or 6918747. OLE color: 6918747.

HSL color Cylindrical-coordinate representation of color #5B9269: hue angle of 135.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B9269 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB91146105-
CMYK0.3800.280.43
HSL135.27º23.21%46.47%-
HSV(B)135.27º37.67%57.25%-
XYZ17.1423.817.06-
YUV124.88116.78103.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.61%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=26.61%
G=42.69%
B=30.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461050.3800.280.43135.2723.2146.47
Hex5B92692601C2B87172e
Octal13322215146034532072756
Binary10110111001001011010011001100111001010111000011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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