#097170

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

Shades of Pine Green #097170

Tints of Pine Green #097170

Color information

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

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

Color convert

RGB9113112-
CMYK0.9200.010.56
HSL179.42º85.25%23.92%-
HSV(B)179.42º92.04%44.31%-
XYZ8.9413.0417.37-
YUV81.79145.0476.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=3.85%
G=48.29%
B=47.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91131120.9200.010.56179.4285.2523.92
Hex971705C0138b35518
Octal11161160134017026312530
Binary10011110001111000010111000111100010110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097170; }

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

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

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

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

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

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

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

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