#097B6F

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

Shades of Pine Green #097B6F

Tints of Pine Green #097B6F

Color information

#097B6F (or 0x097B6F) is unknown color: approx Pine Green. HEX triplet: 09, 7B and 6F. RGB value is (9,123,111). Sum of RGB (Red+Green+Blue) = 9+123+111=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #097B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097B6F is #F68490. Grayscale: #575757. Windows color (decimal): -16155793 or 7305993. OLE color: 7305993.

HSL color Cylindrical-coordinate representation of color #097B6F: hue angle of 173.68º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097B6F is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB9123111-
CMYK0.9300.100.52
HSL173.68º86.36%25.88%-
HSV(B)173.68º92.68%48.24%-
XYZ10.0615.3717.48-
YUV87.55141.2371.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 123 (48.44% from 255) = 50.62%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=3.70%
G=50.62%
B=45.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91231110.9300.100.52173.6886.3625.88
Hex97B6F5D0A34ae561a
Octal111731571350126425612632
Binary10011111011110111110111010101011010010101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097B6F; }

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

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

<style>
 a { background-color: #097B6F; }

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

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

<style>
 span { border-color: #097B6F; }

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

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