#0C7368

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

Shades of Pine Green #0C7368

Tints of Pine Green #0C7368

Color information

#0C7368 (or 0x0C7368) is unknown color: approx Pine Green. HEX triplet: 0C, 73 and 68. RGB value is (12,115,104). Sum of RGB (Red+Green+Blue) = 12+115+104=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7368 is #F38C97. Grayscale: #525252. Windows color (decimal): -15961240 or 6845196. OLE color: 6845196.

HSL color Cylindrical-coordinate representation of color #0C7368: hue angle of 173.59º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7368 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB12115104-
CMYK0.9000.100.55
HSL173.59º81.1%24.9%-
HSV(B)173.59º89.57%45.1%-
XYZ8.7813.3415.21-
YUV82.95139.8877.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 104 (41.02% from 255) = 45.02%
R=5.19%
G=49.78%
B=45.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal121151040.9000.100.55173.5981.124.9
HexC73685A0A37ae5119
Octal141631501320126725612131
Binary11001110011110100010110100101011011110101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,115,104); }

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

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

 a { background-color: rgb(12,115,104); }

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

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

 span { border-color: rgb(12,115,104); }

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