#0B7E50

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

Shades of Salem #0B7E50

Tints of Salem #0B7E50

Color information

#0B7E50 (or 0x0B7E50) is unknown color: approx Salem. HEX triplet: 0B, 7E and 50. RGB value is (11,126,80). Sum of RGB (Red+Green+Blue) = 11+126+80=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7E50 is #F481AF. Grayscale: #565656. Windows color (decimal): -16023984 or 5275147. OLE color: 5275147.

HSL color Cylindrical-coordinate representation of color #0B7E50: hue angle of 156º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7E50 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1112680-
CMYK0.9100.370.51
HSL156º83.94%26.86%-
HSV(B)156º91.27%49.41%-
XYZ9.0515.5710.12-
YUV86.37124.474.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.07%
GREEN value IS 126 (49.61% from 255) = 58.06%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=5.07%
G=58.06%
B=36.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11126800.9100.370.5115683.9426.86
HexB7E505B025339c541b
Octal131761201330456323412433
Binary1011111111010100001011011010010111001110011100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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