#0B784C

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

Shades of Salem #0B784C

Tints of Salem #0B784C

Color information

#0B784C (or 0x0B784C) is unknown color: approx Salem. HEX triplet: 0B, 78 and 4C. RGB value is (11,120,76). Sum of RGB (Red+Green+Blue) = 11+120+76=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 120 (47.27% from 255 or 57.97% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 120 - color contains mainly: green. Hex color #0B784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B784C is #F487B3. Grayscale: #525252. Windows color (decimal): -16025524 or 5011467. OLE color: 5011467.

HSL color Cylindrical-coordinate representation of color #0B784C: hue angle of 155.78º 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 #0B784C is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1112076-
CMYK0.9100.370.53
HSL155.78º83.21%25.69%-
HSV(B)155.78º90.83%47.06%-
XYZ8.1614.039.11-
YUV82.39124.3977.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.31%
GREEN value IS 120 (47.27% from 255) = 57.97%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=5.31%
G=57.97%
B=36.71%

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
Decimal11120760.9100.370.53155.7883.2125.69
HexB784C5B025359c531a
Octal131701141330456523412332
Binary1011111100010011001011011010010111010110011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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