#0B784B

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

Shades of Salem #0B784B

Tints of Salem #0B784B

Color information

#0B784B (or 0x0B784B) is unknown color: approx Salem. HEX triplet: 0B, 78 and 4B. RGB value is (11,120,75). Sum of RGB (Red+Green+Blue) = 11+120+75=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0B784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B784B is #F487B4. Grayscale: #525252. Windows color (decimal): -16025525 or 4945931. OLE color: 4945931.

HSL color Cylindrical-coordinate representation of color #0B784B: hue angle of 155.23º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B784B is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1112075-
CMYK0.9100.370.53
HSL155.23º83.21%25.69%-
HSV(B)155.23º90.83%47.06%-
XYZ8.1214.018.93-
YUV82.28123.8977.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=5.34%
G=58.25%
B=36.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11120750.9100.370.53155.2383.2125.69
HexB784B5B025359b531a
Octal131701131330456523312332
Binary1011111100010010111011011010010111010110011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,120,75); }

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

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

 a { background-color: rgb(11,120,75); }

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

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

 span { border-color: rgb(11,120,75); }

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