#0c873c

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

Shades of Salem #0C873C

Tints of Salem #0C873C

Color information

#0C873C (or 0x0C873C) is unknown color: approx Salem. HEX triplet: 0C, 87 and 3C. RGB value is (12,135,60). Sum of RGB (Red+Green+Blue) = 12+135+60=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #0C873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C873C is #F378C3. Grayscale: #595959. Windows color (decimal): -15956164 or 3966732. OLE color: 3966732.

HSL color Cylindrical-coordinate representation of color #0C873C: hue angle of 143.41º 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 #0C873C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1213560-
CMYK0.9100.560.47
HSL143.41º83.67%28.82%-
HSV(B)143.41º91.11%52.94%-
XYZ9.6317.737.19-
YUV89.67111.2572.6-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 135 (53.12% from 255) = 65.22%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=5.80%
G=65.22%
B=28.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135600.9100.560.47143.4183.6728.82
HexC873C5B0382F8f541d
Octal14207741330705721712435
Binary1100100001111111001011011011100010111110001111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c873c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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