Html Css Color HEX #097071 Pine Green

📋 copy color: '#097071'

red 9 ◦ green 112 ◦ blue 113

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

Shades of Pine Green #097071

Tints of Pine Green #097071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 3.85%
G = 47.86%
B = 48.29%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#097071 (or 0x097071) is known color: Pine Green. HEX triplet: 09, 70 and 71. RGB value is (9,112,113). Sum of RGB (Red+Green+Blue) = 9+112+113=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #097071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097071 is #F68F8E. Grayscale: #515151. Windows color (decimal): -16158607 or 7434249. OLE color: 7434249.

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

Color convert

RGB 9 112 113 -
CMYK 0.92 0.01 0 0.56
HSL 180.58º 0.85% 0.24% -
HSV(B) 180.58º 0.92% 0.44% -
XYZ 8.89 12.84 17.63 -
YUV 81.32 145.88 76.42 -
System Red Green Blue C M Y K H S L
Decimal 9 112 113 0.92 0.01 0 0.56 180.58 0.85 0.24
Hex 9 70 71 5C 1 0 38 B5 55 18
Octal 11 160 161 134 1 0 70 265 125 30
Binary 1001 1110000 1110001 1011100 1 0 111000 10110101 1010101 11000

Color Harmonies of #097071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097071

Black with #097071

Text Example


Text Example

White with #097071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097071; }

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

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

background-color css

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

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

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

border-color css

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

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

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