#0B8756

Color #0B8756 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0B8756

Tints of Salem #0B8756

Color information

#0B8756 (or 0x0B8756) is unknown color: approx Salem. HEX triplet: 0B, 87 and 56. RGB value is (11,135,86). Sum of RGB (Red+Green+Blue) = 11+135+86=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8756 is #F478A9. Grayscale: #5C5C5C. Windows color (decimal): -16021674 or 5670667. OLE color: 5670667.

HSL color Cylindrical-coordinate representation of color #0B8756: hue angle of 156.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8756 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1113586-
CMYK0.9200.360.47
HSL156.29º84.93%28.63%-
HSV(B)156.29º91.85%52.94%-
XYZ10.4818.0711.74-
YUV92.34124.4269.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=4.74%
G=58.19%
B=37.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135860.9200.360.47156.2984.9328.63
HexB87565C0242F9c551d
Octal132071261340445723412535
Binary10111000011110101101011100010010010111110011100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B8756; }

 p { color: rgb(11,135,86); }

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

<style>
 a { background-color: #0B8756; }

 a { background-color: rgb(11,135,86); }

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

<style>
 span { border-color: #0B8756; }

 span { border-color: rgb(11,135,86); }

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