#117E74

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

Shades of Pine Green #117E74

Tints of Pine Green #117E74

Color information

#117E74 (or 0x117E74) is unknown color: approx Pine Green. HEX triplet: 11, 7E and 74. RGB value is (17,126,116). Sum of RGB (Red+Green+Blue) = 17+126+116=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #117E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E74 is #EE818B. Grayscale: #5C5C5C. Windows color (decimal): -15630732 or 7634449. OLE color: 7634449.

HSL color Cylindrical-coordinate representation of color #117E74: hue angle of 174.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E74 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB17126116-
CMYK0.8700.080.51
HSL174.5º76.22%28.04%-
HSV(B)174.5º86.51%49.41%-
XYZ10.8416.319.1-
YUV92.27141.3974.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 126 (49.61% from 255) = 48.65%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=6.56%
G=48.65%
B=44.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171261160.8700.080.51174.576.2228.04
Hex117E74570833ae4c1c
Octal211761641270106325611434
Binary100011111110111010010101110100011001110101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117E74; }

 p { color: rgb(17,126,116); }

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

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

 a { background-color: rgb(17,126,116); }

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

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

 span { border-color: rgb(17,126,116); }

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