#127670

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

Shades of Pine Green #127670

Tints of Pine Green #127670

Color information

#127670 (or 0x127670) is unknown color: approx Pine Green. HEX triplet: 12, 76 and 70. RGB value is (18,118,112). Sum of RGB (Red+Green+Blue) = 18+118+112=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #127670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127670 is #ED898F. Grayscale: #575757. Windows color (decimal): -15567248 or 7370258. OLE color: 7370258.

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

Color convert

RGB18118112-
CMYK0.8500.050.54
HSL176.4º73.53%26.67%-
HSV(B)176.4º84.75%46.27%-
XYZ9.6514.2617.57-
YUV87.42141.8778.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 118 (46.48% from 255) = 47.58%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=7.26%
G=47.58%
B=45.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181181120.8500.050.54176.473.5326.67
Hex127670550536b04a1b
Octal22166160125056626011233
Binary10010111011011100001010101010111011010110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127670; }

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

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

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

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

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

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

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

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