#0C7E55

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

Shades of Salem #0C7E55

Tints of Salem #0C7E55

Color information

#0C7E55 (or 0x0C7E55) is unknown color: approx Salem. HEX triplet: 0C, 7E and 55. RGB value is (12,126,85). Sum of RGB (Red+Green+Blue) = 12+126+85=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7E55 is #F381AA. Grayscale: #575757. Windows color (decimal): -15958443 or 5602828. OLE color: 5602828.

HSL color Cylindrical-coordinate representation of color #0C7E55: hue angle of 158.42º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7E55 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1212685-
CMYK0.9000.330.51
HSL158.42º82.61%27.06%-
HSV(B)158.42º90.48%49.41%-
XYZ9.2515.6611.13-
YUV87.24126.7374.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=5.38%
G=56.50%
B=38.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12126850.9000.330.51158.4282.6127.06
HexC7E555A021339e531b
Octal141761251320416323612333
Binary1100111111010101011011010010000111001110011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,126,85); }

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

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

 a { background-color: rgb(12,126,85); }

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

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

 span { border-color: rgb(12,126,85); }

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