#096F67

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

Shades of Pine Green #096F67

Tints of Pine Green #096F67

Color information

#096F67 (or 0x096F67) is unknown color: approx Pine Green. HEX triplet: 09, 6F and 67. RGB value is (9,111,103). Sum of RGB (Red+Green+Blue) = 9+111+103=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #096F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F67 is #F69098. Grayscale: #4F4F4F. Windows color (decimal): -16158873 or 6778633. OLE color: 6778633.

HSL color Cylindrical-coordinate representation of color #096F67: hue angle of 175.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F67 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB9111103-
CMYK0.9200.070.56
HSL175.29º85%23.53%-
HSV(B)175.29º91.89%43.53%-
XYZ8.2512.4114.79-
YUV79.59141.2177.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 111 (43.75% from 255) = 49.78%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=4.04%
G=49.78%
B=46.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111030.9200.070.56175.298523.53
Hex96F675C0738af5518
Octal11157147134077025712530
Binary1001110111111001111011100011111100010101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,111,103); }

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

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

 a { background-color: rgb(9,111,103); }

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

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

 span { border-color: rgb(9,111,103); }

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