#097A68

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

Shades of Pine Green #097A68

Tints of Pine Green #097A68

Color information

#097A68 (or 0x097A68) is unknown color: approx Pine Green. HEX triplet: 09, 7A and 68. RGB value is (9,122,104). Sum of RGB (Red+Green+Blue) = 9+122+104=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #097A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A68 is #F68597. Grayscale: #565656. Windows color (decimal): -16156056 or 6846985. OLE color: 6846985.

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

Color convert

RGB9122104-
CMYK0.9300.150.52
HSL170.44º86.26%25.69%-
HSV(B)170.44º92.62%47.84%-
XYZ9.5714.9815.48-
YUV86.16138.0672.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=3.83%
G=51.91%
B=44.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91221040.9300.150.52170.4486.2625.69
Hex97A685D0F34aa561a
Octal111721501350176425212632
Binary10011111010110100010111010111111010010101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,122,104); }

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

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

 a { background-color: rgb(9,122,104); }

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

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

 span { border-color: rgb(9,122,104); }

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