#127674

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

Shades of Pine Green #127674

Tints of Pine Green #127674

Color information

#127674 (or 0x127674) is unknown color: approx Pine Green. HEX triplet: 12, 76 and 74. RGB value is (18,118,116). Sum of RGB (Red+Green+Blue) = 18+118+116=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #127674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127674 is #ED898B. Grayscale: #575757. Windows color (decimal): -15567244 or 7632402. OLE color: 7632402.

HSL color Cylindrical-coordinate representation of color #127674: hue angle of 178.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 #127674 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB18118116-
CMYK0.8500.020.54
HSL178.8º73.53%26.67%-
HSV(B)178.8º84.75%46.27%-
XYZ9.8814.3518.77-
YUV87.87143.8778.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=7.14%
G=46.83%
B=46.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181160.8500.020.54178.873.5326.67
Hex127674550236b34a1b
Octal22166164125026626311233
Binary1001011101101110100101010101011011010110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127674; }

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

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

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

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

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

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

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

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