Html Css Color HEX #097770 Pine Green

📋 copy color: '#097770'

red 9 ◦ green 119 ◦ blue 112

#097770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #097770

Tints of Pine Green #097770

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 value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#097770 (or 0x097770) is known color: 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

RGB 9 119 112 -
CMYK 0.92 0 0.06 0.53
HSL 176.18º 0.86% 0.25% -
HSV(B) 176.18º 0.92% 0.47% -
XYZ 9.63 14.42 17.61 -
YUV 85.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 9 119 112 0.92 0 0.06 0.53 176.18 0.86 0.25
Hex 9 77 70 5C 0 6 35 B0 56 19
Octal 11 167 160 134 0 6 65 260 126 31
Binary 1001 1110111 1110000 1011100 0 110 110101 10110000 1010110 11001

Color Harmonies of #097770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097770

Black with #097770

Text Example


Text Example

White with #097770

Text Example


Text Example

HTML Codes & Css Web 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>