#0C7768

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

Shades of Pine Green #0C7768

Tints of Pine Green #0C7768

Color information

#0C7768 (or 0x0C7768) is unknown color: approx Pine Green. HEX triplet: 0C, 77 and 68. RGB value is (12,119,104). Sum of RGB (Red+Green+Blue) = 12+119+104=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7768 is #F38897. Grayscale: #555555. Windows color (decimal): -15960216 or 6846220. OLE color: 6846220.

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

Color convert

RGB12119104-
CMYK0.9000.130.53
HSL171.59º81.68%25.69%-
HSV(B)171.59º89.92%46.67%-
XYZ9.2514.2715.36-
YUV85.3138.5575.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=5.11%
G=50.64%
B=44.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121191040.9000.130.53171.5981.6825.69
HexC77685A0D35ac521a
Octal141671501320156525412232
Binary11001110111110100010110100110111010110101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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