#097C6A

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

Shades of Pine Green #097C6A

Tints of Pine Green #097C6A

Color information

#097C6A (or 0x097C6A) is unknown color: approx Pine Green. HEX triplet: 09, 7C and 6A. RGB value is (9,124,106). Sum of RGB (Red+Green+Blue) = 9+124+106=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #097C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097C6A is #F68395. Grayscale: #575757. Windows color (decimal): -16155542 or 6978569. OLE color: 6978569.

HSL color Cylindrical-coordinate representation of color #097C6A: hue angle of 170.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C6A is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB9124106-
CMYK0.9300.150.51
HSL170.61º86.47%26.08%-
HSV(B)170.61º92.74%48.63%-
XYZ9.9215.5116.11-
YUV87.56138.471.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 124 (48.83% from 255) = 51.88%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=3.77%
G=51.88%
B=44.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91241060.9300.150.51170.6186.4726.08
Hex97C6A5D0F33ab561a
Octal111741521350176325312632
Binary10011111100110101010111010111111001110101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097C6A; }

 p { color: rgb(9,124,106); }

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

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

 a { background-color: rgb(9,124,106); }

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

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

 span { border-color: rgb(9,124,106); }

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