#117674

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

Shades of Pine Green #117674

Tints of Pine Green #117674

Color information

#117674 (or 0x117674) is unknown color: approx Pine Green. HEX triplet: 11, 76 and 74. RGB value is (17,118,116). Sum of RGB (Red+Green+Blue) = 17+118+116=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #117674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117674 is #EE898B. Grayscale: #575757. Windows color (decimal): -15632780 or 7632401. OLE color: 7632401.

HSL color Cylindrical-coordinate representation of color #117674: hue angle of 178.81º 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 #117674 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB17118116-
CMYK0.8600.020.54
HSL178.81º74.81%26.47%-
HSV(B)178.81º85.59%46.27%-
XYZ9.8614.3418.77-
YUV87.57144.0477.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=6.77%
G=47.01%
B=46.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181160.8600.020.54178.8174.8126.47
Hex117674560236b34b1a
Octal21166164126026626311332
Binary1000111101101110100101011001011011010110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117674; }

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

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

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

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

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

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

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

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