#097770

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

Shades of Pine Green #097770

Tints of Pine Green #097770

Color information

#097770 (or 0x097770) is unknown color: approx Pine Green. HEX triplet: 09, 77 and 70. RGB value is (9,119,112). Sum of RGB (Red+Green+Blue) = 9+119+112=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #097770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097770 is #F6888F. Grayscale: #555555. Windows color (decimal): -16156816 or 7370505. OLE color: 7370505.

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

Color convert

RGB9119112-
CMYK0.9200.060.53
HSL176.18º85.94%25.1%-
HSV(B)176.18º92.44%46.67%-
XYZ9.6314.4217.61-
YUV85.31143.0673.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=3.75%
G=49.58%
B=46.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91191120.9200.060.53176.1885.9425.1
Hex977705C0635b05619
Octal11167160134066526012631
Binary1001111011111100001011100011011010110110000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097770; }

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

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

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

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

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

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

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

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