#0C7748

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

Shades of Salem #0C7748

Tints of Salem #0C7748

Color information

#0C7748 (or 0x0C7748) is unknown color: approx Salem. HEX triplet: 0C, 77 and 48. RGB value is (12,119,72). Sum of RGB (Red+Green+Blue) = 12+119+72=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7748 is #F388B7. Grayscale: #515151. Windows color (decimal): -15960248 or 4749068. OLE color: 4749068.

HSL color Cylindrical-coordinate representation of color #0C7748: hue angle of 153.64º 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 #0C7748 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1211972-
CMYK0.9000.390.53
HSL153.64º81.68%25.69%-
HSV(B)153.64º89.92%46.67%-
XYZ7.9213.748.37-
YUV81.65122.5578.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=5.91%
G=58.62%
B=35.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119720.9000.390.53153.6481.6825.69
HexC77485A027359a521a
Octal141671101320476523212232
Binary1100111011110010001011010010011111010110011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,72); }

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

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

 a { background-color: rgb(12,119,72); }

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

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

 span { border-color: rgb(12,119,72); }

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