#096B56

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

Shades of Watercourse #096B56

Tints of Watercourse #096B56

Color information

#096B56 (or 0x096B56) is unknown color: approx Watercourse. HEX triplet: 09, 6B and 56. RGB value is (9,107,86). Sum of RGB (Red+Green+Blue) = 9+107+86=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #096B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B56 is #F694A9. Grayscale: #4B4B4B. Windows color (decimal): -16159914 or 5663497. OLE color: 5663497.

HSL color Cylindrical-coordinate representation of color #096B56: hue angle of 167.14º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B56 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB910786-
CMYK0.9200.200.58
HSL167.14º84.48%22.75%-
HSV(B)167.14º91.59%41.96%-
XYZ7.0511.2510.6-
YUV75.3134.0380.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=4.46%
G=52.97%
B=42.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9107860.9200.200.58167.1484.4822.75
Hex96B565C0143Aa75417
Octal111531261340247224712427
Binary100111010111010110101110001010011101010100111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096B56; }

 p { color: rgb(9,107,86); }

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

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

 a { background-color: rgb(9,107,86); }

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

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

 span { border-color: rgb(9,107,86); }

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