#0C7268

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

Shades of Pine Green #0C7268

Tints of Pine Green #0C7268

Color information

#0C7268 (or 0x0C7268) is unknown color: approx Pine Green. HEX triplet: 0C, 72 and 68. RGB value is (12,114,104). Sum of RGB (Red+Green+Blue) = 12+114+104=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7268 is #F38D97. Grayscale: #525252. Windows color (decimal): -15961496 or 6844940. OLE color: 6844940.

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

Color convert

RGB12114104-
CMYK0.8900.090.55
HSL174.12º80.95%24.71%-
HSV(B)174.12º89.47%44.71%-
XYZ8.6713.1115.17-
YUV82.36140.2177.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=5.22%
G=49.57%
B=45.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal121141040.8900.090.55174.1280.9524.71
HexC7268590937ae5119
Octal141621501310116725612131
Binary11001110010110100010110010100111011110101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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