#0B7F42

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

Shades of Salem #0B7F42

Tints of Salem #0B7F42

Color information

#0B7F42 (or 0x0B7F42) is unknown color: approx Salem. HEX triplet: 0B, 7F and 42. RGB value is (11,127,66). Sum of RGB (Red+Green+Blue) = 11+127+66=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7F42 is #F480BD. Grayscale: #555555. Windows color (decimal): -16023742 or 4357899. OLE color: 4357899.

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

Color convert

RGB1112766-
CMYK0.9100.480.50
HSL148.45º84.06%27.06%-
HSV(B)148.45º91.34%49.8%-
XYZ8.7115.647.71-
YUV85.36117.0774.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 127 (50% from 255) = 62.25%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=5.39%
G=62.25%
B=32.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11127660.9100.480.50148.4584.0627.06
HexB7F425B0303294541b
Octal131771021330606222412433
Binary1011111111110000101011011011000011001010010100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,127,66); }

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

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

 a { background-color: rgb(11,127,66); }

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

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

 span { border-color: rgb(11,127,66); }

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