#0C784A

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

Shades of Salem #0C784A

Tints of Salem #0C784A

Color information

#0C784A (or 0x0C784A) is unknown color: approx Salem. HEX triplet: 0C, 78 and 4A. RGB value is (12,120,74). Sum of RGB (Red+Green+Blue) = 12+120+74=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0C784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C784A is #F387B5. Grayscale: #525252. Windows color (decimal): -15959990 or 4880396. OLE color: 4880396.

HSL color Cylindrical-coordinate representation of color #0C784A: hue angle of 154.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C784A is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1212074-
CMYK0.9000.380.53
HSL154.44º81.82%25.88%-
HSV(B)154.44º90%47.06%-
XYZ8.114.018.75-
YUV82.46123.2277.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=5.83%
G=58.25%
B=35.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12120740.9000.380.53154.4481.8225.88
HexC784A5A026359a521a
Octal141701121320466523212232
Binary1100111100010010101011010010011011010110011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,120,74); }

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

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

 a { background-color: rgb(12,120,74); }

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

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

 span { border-color: rgb(12,120,74); }

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