#10776E

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

Shades of Pine Green #10776E

Tints of Pine Green #10776E

Color information

#10776E (or 0x10776E) is unknown color: approx Pine Green. HEX triplet: 10, 77 and 6E. RGB value is (16,119,110). Sum of RGB (Red+Green+Blue) = 16+119+110=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #10776E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10776E is #EF8891. Grayscale: #575757. Windows color (decimal): -15698066 or 7239440. OLE color: 7239440.

HSL color Cylindrical-coordinate representation of color #10776E: hue angle of 174.76º 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 #10776E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB16119110-
CMYK0.8700.080.53
HSL174.76º76.3%26.47%-
HSV(B)174.76º86.55%46.67%-
XYZ9.6214.4317.03-
YUV87.18140.8877.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=6.53%
G=48.57%
B=44.90%

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
Decimal161191100.8700.080.53174.7676.326.47
Hex10776E570835af4c1a
Octal201671561270106525711432
Binary100001110111110111010101110100011010110101111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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