#127772

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

Shades of Pine Green #127772

Tints of Pine Green #127772

Color information

#127772 (or 0x127772) is unknown color: approx Pine Green. HEX triplet: 12, 77 and 72. RGB value is (18,119,114). Sum of RGB (Red+Green+Blue) = 18+119+114=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #127772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127772 is #ED888D. Grayscale: #585858. Windows color (decimal): -15566990 or 7501586. OLE color: 7501586.

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

Color convert

RGB18119114-
CMYK0.8500.040.53
HSL177.03º73.72%26.86%-
HSV(B)177.03º84.87%46.67%-
XYZ9.8814.5418.2-
YUV88.23142.5477.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=7.17%
G=47.41%
B=45.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181191140.8500.040.53177.0373.7226.86
Hex127772550435b14a1b
Octal22167162125046526111233
Binary10010111011111100101010101010011010110110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127772; }

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

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

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

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

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

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

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

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