#10756C

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

Shades of Pine Green #10756C

Tints of Pine Green #10756C

Color information

#10756C (or 0x10756C) is unknown color: approx Pine Green. HEX triplet: 10, 75 and 6C. RGB value is (16,117,108). Sum of RGB (Red+Green+Blue) = 16+117+108=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #10756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756C is #EF8A93. Grayscale: #555555. Windows color (decimal): -15698580 or 7107856. OLE color: 7107856.

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

Color convert

RGB16117108-
CMYK0.8600.080.54
HSL174.65º75.94%26.08%-
HSV(B)174.65º86.32%45.88%-
XYZ9.2813.9216.38-
YUV85.78140.5478.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=6.64%
G=48.55%
B=44.81%

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
Decimal161171080.8600.080.54174.6575.9426.08
Hex10756C560836af4c1a
Octal201651541260106625711432
Binary100001110101110110010101100100011011010101111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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