#096D6C

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

Shades of Pine Green #096D6C

Tints of Pine Green #096D6C

Color information

#096D6C (or 0x096D6C) is unknown color: approx Pine Green. HEX triplet: 09, 6D and 6C. RGB value is (9,109,108). Sum of RGB (Red+Green+Blue) = 9+109+108=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #096D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096D6C is #F69293. Grayscale: #4E4E4E. Windows color (decimal): -16159380 or 7105801. OLE color: 7105801.

HSL color Cylindrical-coordinate representation of color #096D6C: hue angle of 179.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D6C is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB9109108-
CMYK0.9200.010.57
HSL179.4º84.75%23.14%-
HSV(B)179.4º91.74%42.75%-
XYZ8.2912.0816.08-
YUV78.99144.3778.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=3.98%
G=48.23%
B=47.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91091080.9200.010.57179.484.7523.14
Hex96D6C5C0139b35517
Octal11155154134017126312527
Binary10011101101110110010111000111100110110011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096D6C; }

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

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

<style>
 a { background-color: #096D6C; }

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

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

<style>
 span { border-color: #096D6C; }

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

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