#0B8750

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

Shades of Salem #0B8750

Tints of Salem #0B8750

Color information

#0B8750 (or 0x0B8750) is unknown color: approx Salem. HEX triplet: 0B, 87 and 50. RGB value is (11,135,80). Sum of RGB (Red+Green+Blue) = 11+135+80=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8750 is #F478AF. Grayscale: #5B5B5B. Windows color (decimal): -16021680 or 5277451. OLE color: 5277451.

HSL color Cylindrical-coordinate representation of color #0B8750: hue angle of 153.39º 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 #0B8750 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1113580-
CMYK0.9200.410.47
HSL153.39º84.93%28.63%-
HSV(B)153.39º91.85%52.94%-
XYZ10.2517.9810.52-
YUV91.65121.4270.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.87%
GREEN value IS 135 (53.12% from 255) = 59.73%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=4.87%
G=59.73%
B=35.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135800.9200.410.47153.3984.9328.63
HexB87505C0292F99551d
Octal132071201340515723112535
Binary10111000011110100001011100010100110111110011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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