#0B764A

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

Shades of Salem #0B764A

Tints of Salem #0B764A

Color information

#0B764A (or 0x0B764A) is unknown color: approx Salem. HEX triplet: 0B, 76 and 4A. RGB value is (11,118,74). Sum of RGB (Red+Green+Blue) = 11+118+74=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #0B764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B764A is #F489B5. Grayscale: #515151. Windows color (decimal): -16026038 or 4879883. OLE color: 4879883.

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

Color convert

RGB1111874-
CMYK0.9100.370.54
HSL155.33º82.95%25.29%-
HSV(B)155.33º90.68%46.27%-
XYZ7.8513.528.67-
YUV80.99124.0578.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.42%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=5.42%
G=58.13%
B=36.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11118740.9100.370.54155.3382.9525.29
HexB764A5B025369b5319
Octal131661121330456623312331
Binary1011111011010010101011011010010111011010011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,74); }

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

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

 a { background-color: rgb(11,118,74); }

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

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

 span { border-color: rgb(11,118,74); }

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