#09756D

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

Shades of Pine Green #09756D

Tints of Pine Green #09756D

Color information

#09756D (or 0x09756D) is unknown color: approx Pine Green. HEX triplet: 09, 75 and 6D. RGB value is (9,117,109). Sum of RGB (Red+Green+Blue) = 9+117+109=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #09756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09756D is #F68A92. Grayscale: #535353. Windows color (decimal): -16157331 or 7173385. OLE color: 7173385.

HSL color Cylindrical-coordinate representation of color #09756D: hue angle of 175.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09756D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB9117109-
CMYK0.9200.070.54
HSL175.56º85.71%24.71%-
HSV(B)175.56º92.31%45.88%-
XYZ9.2313.8816.66-
YUV83.8142.2274.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 117 (46.09% from 255) = 49.79%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=3.83%
G=49.79%
B=46.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91171090.9200.070.54175.5685.7124.71
Hex9756D5C0736b05619
Octal11165155134076626012631
Binary1001111010111011011011100011111011010110000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,117,109); }

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

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

 a { background-color: rgb(9,117,109); }

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

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

 span { border-color: rgb(9,117,109); }

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