#0C8756

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

Shades of Salem #0C8756

Tints of Salem #0C8756

Color information

#0C8756 (or 0x0C8756) is unknown color: approx Salem. HEX triplet: 0C, 87 and 56. RGB value is (12,135,86). Sum of RGB (Red+Green+Blue) = 12+135+86=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8756 is #F378A9. Grayscale: #5C5C5C. Windows color (decimal): -15956138 or 5670668. OLE color: 5670668.

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

Color convert

RGB1213586-
CMYK0.9100.360.47
HSL156.1º83.67%28.82%-
HSV(B)156.1º91.11%52.94%-
XYZ10.518.0811.74-
YUV92.64124.2570.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=5.15%
G=57.94%
B=36.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135860.9100.360.47156.183.6728.82
HexC87565B0242F9c541d
Octal142071261330445723412435
Binary11001000011110101101011011010010010111110011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,86); }

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

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

 a { background-color: rgb(12,135,86); }

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

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

 span { border-color: rgb(12,135,86); }

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