#5B926F

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

Shades of Oxley #5B926F

Tints of Oxley #5B926F

Color information

#5B926F (or 0x5B926F) is unknown color: approx Oxley. HEX triplet: 5B, 92 and 6F. RGB value is (91,146,111). Sum of RGB (Red+Green+Blue) = 91+146+111=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #5B926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B926F is #A46D90. Grayscale: #7D7D7D. Windows color (decimal): -10775953 or 7311963. OLE color: 7311963.

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

Color convert

RGB91146111-
CMYK0.3800.240.43
HSL141.82º23.21%46.47%-
HSV(B)141.82º37.67%57.25%-
XYZ17.4623.9318.74-
YUV125.56119.78103.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=26.15%
G=41.95%
B=31.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911461110.3800.240.43141.8223.2146.47
Hex5B926F260182B8e172e
Octal13322215746030532162756
Binary10110111001001011011111001100110001010111000111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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