Html Css Color HEX #097072 Pine Green

📋 copy color: '#097072'

red 9 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #097072

Tints of Pine Green #097072

RGB

 RED value IS 9 (3.91% from 255) = 3.83%

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 3.83%
G = 47.66%
B = 48.51%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#097072 (or 0x097072) is known color: Pine Green. HEX triplet: 09, 70 and 72. RGB value is (9,112,114). Sum of RGB (Red+Green+Blue) = 9+112+114=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #097072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097072 is #F68F8D. Grayscale: #515151. Windows color (decimal): -16158606 or 7499785. OLE color: 7499785.

HSL color Cylindrical-coordinate representation of color #097072: hue angle of 181.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097072 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 112 114 -
CMYK 0.92 0.02 0 0.55
HSL 181.14º 0.85% 0.24% -
HSV(B) 181.14º 0.92% 0.45% -
XYZ 8.94 12.86 17.93 -
YUV 81.43 146.38 76.34 -
System Red Green Blue C M Y K H S L
Decimal 9 112 114 0.92 0.02 0 0.55 181.14 0.85 0.24
Hex 9 70 72 5C 2 0 37 B5 55 18
Octal 11 160 162 134 2 0 67 265 125 30
Binary 1001 1110000 1110010 1011100 10 0 110111 10110101 1010101 11000

Color Harmonies of #097072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097072

Black with #097072

Text Example


Text Example

White with #097072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097072; }

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

 H1.HeaderClassName
 {
   color: #097072;
 }
 .AnyTagClassName
 {
   color: #097072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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