#0B774C

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

Shades of Salem #0B774C

Tints of Salem #0B774C

Color information

#0B774C (or 0x0B774C) is unknown color: approx Salem. HEX triplet: 0B, 77 and 4C. RGB value is (11,119,76). Sum of RGB (Red+Green+Blue) = 11+119+76=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #0B774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B774C is #F488B3. Grayscale: #515151. Windows color (decimal): -16025780 or 5011211. OLE color: 5011211.

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

Color convert

RGB1111976-
CMYK0.9100.360.53
HSL156.11º83.08%25.49%-
HSV(B)156.11º90.76%46.67%-
XYZ8.0413.799.07-
YUV81.81124.7277.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 119 (46.88% from 255) = 57.77%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=5.34%
G=57.77%
B=36.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11119760.9100.360.53156.1183.0825.49
HexB774C5B024359c5319
Octal131671141330446523412331
Binary1011111011110011001011011010010011010110011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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