#127D74

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

Shades of Pine Green #127D74

Tints of Pine Green #127D74

Color information

#127D74 (or 0x127D74) is unknown color: approx Pine Green. HEX triplet: 12, 7D and 74. RGB value is (18,125,116). Sum of RGB (Red+Green+Blue) = 18+125+116=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #127D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D74 is #ED828B. Grayscale: #5B5B5B. Windows color (decimal): -15565452 or 7634194. OLE color: 7634194.

HSL color Cylindrical-coordinate representation of color #127D74: hue angle of 174.95º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D74 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB18125116-
CMYK0.8600.070.51
HSL174.95º74.83%28.04%-
HSV(B)174.95º85.6%49.02%-
XYZ10.7416.0619.06-
YUV91.98141.5575.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 125 (49.22% from 255) = 48.26%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=6.95%
G=48.26%
B=44.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181251160.8600.070.51174.9574.8328.04
Hex127D74560733af4b1c
Octal22175164126076325711334
Binary10010111110111101001010110011111001110101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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