#096C69

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

Shades of Pine Green #096C69

Tints of Pine Green #096C69

Color information

#096C69 (or 0x096C69) is unknown color: approx Pine Green. HEX triplet: 09, 6C and 69. RGB value is (9,108,105). Sum of RGB (Red+Green+Blue) = 9+108+105=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #096C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096C69 is #F69396. Grayscale: #4D4D4D. Windows color (decimal): -16159639 or 6908937. OLE color: 6908937.

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

Color convert

RGB9108105-
CMYK0.9200.030.58
HSL178.18º84.62%22.94%-
HSV(B)178.18º91.67%42.35%-
XYZ8.0311.815.22-
YUV78.06143.278.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.05%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=4.05%
G=48.65%
B=47.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91081050.9200.030.58178.1884.6222.94
Hex96C695C033Ab25517
Octal11154151134037226212527
Binary100111011001101001101110001111101010110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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