#097071

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

Shades of Pine Green #097071

Tints of Pine Green #097071

Color information

#097071 (or 0x097071) is unknown color: approx 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

RGB9112113-
CMYK0.920.0100.56
HSL180.58º85.25%23.92%-
HSV(B)180.58º92.04%44.31%-
XYZ8.8912.8417.63-
YUV81.32145.8876.42-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91121130.920.0100.56180.5885.2523.92
Hex970715C1038b55518
Octal11160161134107026512530
Binary10011110000111000110111001011100010110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>