#127872

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

Shades of Pine Green #127872

Tints of Pine Green #127872

Color information

#127872 (or 0x127872) is unknown color: approx Pine Green. HEX triplet: 12, 78 and 72. RGB value is (18,120,114). Sum of RGB (Red+Green+Blue) = 18+120+114=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #127872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127872 is #ED878D. Grayscale: #585858. Windows color (decimal): -15566734 or 7501842. OLE color: 7501842.

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

Color convert

RGB18120114-
CMYK0.8500.050.53
HSL176.47º73.91%27.06%-
HSV(B)176.47º85%47.06%-
XYZ1014.7818.24-
YUV88.82142.2177.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=7.14%
G=47.62%
B=45.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181201140.8500.050.53176.4773.9127.06
Hex127872550535b04a1b
Octal22170162125056526011233
Binary10010111100011100101010101010111010110110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127872; }

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

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

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

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

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

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

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

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