#09756A

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

Shades of Pine Green #09756A

Tints of Pine Green #09756A

Color information

#09756A (or 0x09756A) is unknown color: approx Pine Green. HEX triplet: 09, 75 and 6A. RGB value is (9,117,106). Sum of RGB (Red+Green+Blue) = 9+117+106=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #09756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09756A is #F68A95. Grayscale: #535353. Windows color (decimal): -16157334 or 6976777. OLE color: 6976777.

HSL color Cylindrical-coordinate representation of color #09756A: hue angle of 173.89º 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 #09756A is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB9117106-
CMYK0.9200.090.54
HSL173.89º85.71%24.71%-
HSV(B)173.89º92.31%45.88%-
XYZ9.0813.8215.83-
YUV83.45140.7274.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=3.88%
G=50.43%
B=45.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91171060.9200.090.54173.8985.7124.71
Hex9756A5C0936ae5619
Octal111651521340116625612631
Binary10011110101110101010111000100111011010101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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