#10776D

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

Shades of Pine Green #10776D

Tints of Pine Green #10776D

Color information

#10776D (or 0x10776D) is unknown color: approx Pine Green. HEX triplet: 10, 77 and 6D. RGB value is (16,119,109). Sum of RGB (Red+Green+Blue) = 16+119+109=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #10776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10776D is #EF8892. Grayscale: #565656. Windows color (decimal): -15698067 or 7173904. OLE color: 7173904.

HSL color Cylindrical-coordinate representation of color #10776D: hue angle of 174.17º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10776D is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB16119109-
CMYK0.8700.080.53
HSL174.17º76.3%26.47%-
HSV(B)174.17º86.55%46.67%-
XYZ9.5714.4116.74-
YUV87.06140.3877.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 119 (46.88% from 255) = 48.77%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=6.56%
G=48.77%
B=44.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161191090.8700.080.53174.1776.326.47
Hex10776D570835ae4c1a
Octal201671551270106525611432
Binary100001110111110110110101110100011010110101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10776D; }

 p { color: rgb(16,119,109); }

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

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

 a { background-color: rgb(16,119,109); }

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

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

 span { border-color: rgb(16,119,109); }

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