#127771

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

Shades of Pine Green #127771

Tints of Pine Green #127771

Color information

#127771 (or 0x127771) is unknown color: approx Pine Green. HEX triplet: 12, 77 and 71. RGB value is (18,119,113). Sum of RGB (Red+Green+Blue) = 18+119+113=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #127771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127771 is #ED888E. Grayscale: #585858. Windows color (decimal): -15566991 or 7436050. OLE color: 7436050.

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

Color convert

RGB18119113-
CMYK0.8500.050.53
HSL176.44º73.72%26.86%-
HSV(B)176.44º84.87%46.67%-
XYZ9.8314.5117.91-
YUV88.12142.0477.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=7.2%
G=47.6%
B=45.2%

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
Decimal181191130.8500.050.53176.4473.7226.86
Hex127771550535b04a1b
Octal22167161125056526011233
Binary10010111011111100011010101010111010110110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127771; }

 p { color: rgb(18,119,113); }

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

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

 a { background-color: rgb(18,119,113); }

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

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

 span { border-color: rgb(18,119,113); }

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