#127874

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

Shades of Pine Green #127874

Tints of Pine Green #127874

Color information

#127874 (or 0x127874) is unknown color: approx Pine Green. HEX triplet: 12, 78 and 74. RGB value is (18,120,116). Sum of RGB (Red+Green+Blue) = 18+120+116=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #127874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127874 is #ED878B. Grayscale: #585858. Windows color (decimal): -15566732 or 7632914. OLE color: 7632914.

HSL color Cylindrical-coordinate representation of color #127874: hue angle of 177.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127874 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB18120116-
CMYK0.8500.030.53
HSL177.65º73.91%27.06%-
HSV(B)177.65º85%47.06%-
XYZ10.1214.8218.85-
YUV89.05143.2177.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=7.09%
G=47.24%
B=45.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181201160.8500.030.53177.6573.9127.06
Hex127874550335b24a1b
Octal22170164125036526211233
Binary1001011110001110100101010101111010110110010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127874; }

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

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

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

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

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

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

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

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