#117670

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

Shades of Pine Green #117670

Tints of Pine Green #117670

Color information

#117670 (or 0x117670) is unknown color: approx Pine Green. HEX triplet: 11, 76 and 70. RGB value is (17,118,112). Sum of RGB (Red+Green+Blue) = 17+118+112=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #117670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117670 is #EE898F. Grayscale: #575757. Windows color (decimal): -15632784 or 7370257. OLE color: 7370257.

HSL color Cylindrical-coordinate representation of color #117670: hue angle of 176.44º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117670 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB17118112-
CMYK0.8600.050.54
HSL176.44º74.81%26.47%-
HSV(B)176.44º85.59%46.27%-
XYZ9.6314.2517.57-
YUV87.12142.0477.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=6.88%
G=47.77%
B=45.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181120.8600.050.54176.4474.8126.47
Hex117670560536b04b1a
Octal21166160126056626011332
Binary10001111011011100001010110010111011010110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117670; }

 p { color: rgb(17,118,112); }

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

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

 a { background-color: rgb(17,118,112); }

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

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

 span { border-color: rgb(17,118,112); }

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