#096148

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

Shades of Watercourse #096148

Tints of Watercourse #096148

Color information

#096148 (or 0x096148) is unknown color: approx Watercourse. HEX triplet: 09, 61 and 48. RGB value is (9,97,72). Sum of RGB (Red+Green+Blue) = 9+97+72=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #096148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096148 is #F69EB7. Grayscale: #434343. Windows color (decimal): -16162488 or 4743433. OLE color: 4743433.

HSL color Cylindrical-coordinate representation of color #096148: hue angle of 162.95º 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 #096148 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB99772-
CMYK0.9100.260.62
HSL162.95º83.02%20.78%-
HSV(B)162.95º90.72%38.04%-
XYZ5.569.087.59-
YUV67.84130.3586.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=5.06%
G=54.49%
B=40.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997720.9100.260.62162.9583.0220.78
Hex961485B01A3Ea35315
Octal111411101330327624312325
Binary100111000011001000101101101101011111010100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096148; }

 p { color: rgb(9,97,72); }

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

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

 a { background-color: rgb(9,97,72); }

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

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

 span { border-color: rgb(9,97,72); }

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