#097968

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

Shades of Pine Green #097968

Tints of Pine Green #097968

Color information

#097968 (or 0x097968) is unknown color: approx Pine Green. HEX triplet: 09, 79 and 68. RGB value is (9,121,104). Sum of RGB (Red+Green+Blue) = 9+121+104=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #097968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097968 is #F68697. Grayscale: #555555. Windows color (decimal): -16156312 or 6846729. OLE color: 6846729.

HSL color Cylindrical-coordinate representation of color #097968: hue angle of 170.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097968 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB9121104-
CMYK0.9300.140.53
HSL170.89º86.15%25.49%-
HSV(B)170.89º92.56%47.45%-
XYZ9.4514.7315.44-
YUV85.57138.3973.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=3.85%
G=51.71%
B=44.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91211040.9300.140.53170.8986.1525.49
Hex979685D0E35ab5619
Octal111711501350166525312631
Binary10011111001110100010111010111011010110101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097968; }

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

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

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

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

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

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

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

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