#097772

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

Shades of Pine Green #097772

Tints of Pine Green #097772

Color information

#097772 (or 0x097772) is unknown color: approx Pine Green. HEX triplet: 09, 77 and 72. RGB value is (9,119,114). Sum of RGB (Red+Green+Blue) = 9+119+114=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #097772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097772 is #F6888D. Grayscale: #555555. Windows color (decimal): -16156814 or 7501577. OLE color: 7501577.

HSL color Cylindrical-coordinate representation of color #097772: hue angle of 177.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097772 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB9119114-
CMYK0.9200.040.53
HSL177.27º85.94%25.1%-
HSV(B)177.27º92.44%46.67%-
XYZ9.7514.4718.2-
YUV85.54144.0673.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=3.72%
G=49.17%
B=47.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91191140.9200.040.53177.2785.9425.1
Hex977725C0435b15619
Octal11167162134046526112631
Binary1001111011111100101011100010011010110110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097772; }

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

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

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

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

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

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

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

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