#127570

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

Shades of Pine Green #127570

Tints of Pine Green #127570

Color information

#127570 (or 0x127570) is unknown color: approx Pine Green. HEX triplet: 12, 75 and 70. RGB value is (18,117,112). Sum of RGB (Red+Green+Blue) = 18+117+112=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #127570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127570 is #ED8A8F. Grayscale: #565656. Windows color (decimal): -15567504 or 7370002. OLE color: 7370002.

HSL color Cylindrical-coordinate representation of color #127570: hue angle of 176.97º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127570 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB18117112-
CMYK0.8500.040.54
HSL176.97º73.33%26.47%-
HSV(B)176.97º84.62%45.88%-
XYZ9.5414.0217.53-
YUV86.83142.278.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=7.29%
G=47.37%
B=45.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181171120.8500.040.54176.9773.3326.47
Hex127570550436b1491a
Octal22165160125046626111132
Binary10010111010111100001010101010011011010110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127570; }

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

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

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

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

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

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

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

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