#127770

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

Shades of Pine Green #127770

Tints of Pine Green #127770

Color information

#127770 (or 0x127770) is unknown color: approx Pine Green. HEX triplet: 12, 77 and 70. RGB value is (18,119,112). Sum of RGB (Red+Green+Blue) = 18+119+112=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #127770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127770 is #ED888F. Grayscale: #575757. Windows color (decimal): -15566992 or 7370514. OLE color: 7370514.

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

Color convert

RGB18119112-
CMYK0.8500.060.53
HSL175.84º73.72%26.86%-
HSV(B)175.84º84.87%46.67%-
XYZ9.7714.4917.61-
YUV88141.5478.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=7.23%
G=47.79%
B=44.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181191120.8500.060.53175.8473.7226.86
Hex127770550635b04a1b
Octal22167160125066526011233
Binary10010111011111100001010101011011010110110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127770; }

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

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

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

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

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

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

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

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