#10766C

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

Shades of Pine Green #10766C

Tints of Pine Green #10766C

Color information

#10766C (or 0x10766C) is unknown color: approx Pine Green. HEX triplet: 10, 76 and 6C. RGB value is (16,118,108). Sum of RGB (Red+Green+Blue) = 16+118+108=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #10766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10766C is #EF8993. Grayscale: #565656. Windows color (decimal): -15698324 or 7108112. OLE color: 7108112.

HSL color Cylindrical-coordinate representation of color #10766C: hue angle of 174.12º degrees, saturation: 0.76, 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 #10766C is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB16118108-
CMYK0.8600.080.54
HSL174.12º76.12%26.27%-
HSV(B)174.12º86.44%46.27%-
XYZ9.414.1516.42-
YUV86.36140.2177.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=6.61%
G=48.76%
B=44.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161181080.8600.080.54174.1276.1226.27
Hex10766C560836ae4c1a
Octal201661541260106625611432
Binary100001110110110110010101100100011011010101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10766C; }

 p { color: rgb(16,118,108); }

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

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

 a { background-color: rgb(16,118,108); }

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

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

 span { border-color: rgb(16,118,108); }

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