#127A70

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

Shades of Pine Green #127A70

Tints of Pine Green #127A70

Color information

#127A70 (or 0x127A70) is unknown color: approx Pine Green. HEX triplet: 12, 7A and 70. RGB value is (18,122,112). Sum of RGB (Red+Green+Blue) = 18+122+112=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #127A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A70 is #ED858F. Grayscale: #595959. Windows color (decimal): -15566224 or 7371282. OLE color: 7371282.

HSL color Cylindrical-coordinate representation of color #127A70: hue angle of 174.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A70 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB18122112-
CMYK0.8500.080.52
HSL174.23º74.29%27.45%-
HSV(B)174.23º85.25%47.84%-
XYZ10.1315.2217.73-
YUV89.76140.5476.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=7.14%
G=48.41%
B=44.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181221120.8500.080.52174.2374.2927.45
Hex127A70550834ae4a1b
Octal221721601250106425611233
Binary100101111010111000010101010100011010010101110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127A70; }

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

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

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

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

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

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

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

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