#097672

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

Shades of Pine Green #097672

Tints of Pine Green #097672

Color information

#097672 (or 0x097672) is unknown color: approx Pine Green. HEX triplet: 09, 76 and 72. RGB value is (9,118,114). Sum of RGB (Red+Green+Blue) = 9+118+114=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #097672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097672 is #F6898D. Grayscale: #545454. Windows color (decimal): -16157070 or 7501321. OLE color: 7501321.

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

Color convert

RGB9118114-
CMYK0.9200.030.54
HSL177.8º85.83%24.9%-
HSV(B)177.8º92.37%46.27%-
XYZ9.6314.2318.16-
YUV84.95144.3973.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=3.73%
G=48.96%
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.54
SystemRedGreenBlueCMYKHSL
Decimal91181140.9200.030.54177.885.8324.9
Hex976725C0336b25619
Octal11166162134036626212631
Binary100111101101110010101110001111011010110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097672; }

 p { color: rgb(9,118,114); }

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

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

 a { background-color: rgb(9,118,114); }

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

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

 span { border-color: rgb(9,118,114); }

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