#09694C

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

Shades of Watercourse #09694C

Tints of Watercourse #09694C

Color information

#09694C (or 0x09694C) is unknown color: approx Watercourse. HEX triplet: 09, 69 and 4C. RGB value is (9,105,76). Sum of RGB (Red+Green+Blue) = 9+105+76=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #09694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09694C is #F696B3. Grayscale: #494949. Windows color (decimal): -16160436 or 5007625. OLE color: 5007625.

HSL color Cylindrical-coordinate representation of color #09694C: hue angle of 161.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09694C is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB910576-
CMYK0.9100.280.59
HSL161.88º84.21%22.35%-
HSV(B)161.88º91.43%41.18%-
XYZ6.4710.688.56-
YUV72.99129.782.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 76 (30.08% from 255) = 40%
R=4.74%
G=55.26%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9105760.9100.280.59161.8884.2122.35
Hex9694C5B01C3Ba25416
Octal111511141330347324212426
Binary100111010011001100101101101110011101110100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09694C; }

 p { color: rgb(9,105,76); }

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

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

 a { background-color: rgb(9,105,76); }

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

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

 span { border-color: rgb(9,105,76); }

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