#12766F

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

Shades of Pine Green #12766F

Tints of Pine Green #12766F

Color information

#12766F (or 0x12766F) is unknown color: approx Pine Green. HEX triplet: 12, 76 and 6F. RGB value is (18,118,111). Sum of RGB (Red+Green+Blue) = 18+118+111=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #12766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12766F is #ED8990. Grayscale: #575757. Windows color (decimal): -15567249 or 7304722. OLE color: 7304722.

HSL color Cylindrical-coordinate representation of color #12766F: hue angle of 175.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12766F is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB18118111-
CMYK0.8500.060.54
HSL175.8º73.53%26.67%-
HSV(B)175.8º84.75%46.27%-
XYZ9.614.2317.28-
YUV87.3141.3778.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=7.29%
G=47.77%
B=44.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181110.8500.060.54175.873.5326.67
Hex12766F550636b04a1b
Octal22166157125066626011233
Binary10010111011011011111010101011011011010110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12766F; }

 p { color: rgb(18,118,111); }

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

<style>
 a { background-color: #12766F; }

 a { background-color: rgb(18,118,111); }

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

<style>
 span { border-color: #12766F; }

 span { border-color: rgb(18,118,111); }

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