#096247

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

Shades of Watercourse #096247

Tints of Watercourse #096247

Color information

#096247 (or 0x096247) is unknown color: approx Watercourse. HEX triplet: 09, 62 and 47. RGB value is (9,98,71). Sum of RGB (Red+Green+Blue) = 9+98+71=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #096247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096247 is #F69DB8. Grayscale: #444444. Windows color (decimal): -16162233 or 4678153. OLE color: 4678153.

HSL color Cylindrical-coordinate representation of color #096247: hue angle of 161.8º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096247 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB99871-
CMYK0.9100.280.62
HSL161.8º83.18%20.98%-
HSV(B)161.8º90.82%38.43%-
XYZ5.629.257.45-
YUV68.31129.5185.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=5.06%
G=55.06%
B=39.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998710.9100.280.62161.883.1820.98
Hex962475B01C3Ea25315
Octal111421071330347624212325
Binary100111000101000111101101101110011111010100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096247; }

 p { color: rgb(9,98,71); }

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

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

 a { background-color: rgb(9,98,71); }

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

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

 span { border-color: rgb(9,98,71); }

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