#09704A

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

Shades of Watercourse #09704A

Tints of Watercourse #09704A

Color information

#09704A (or 0x09704A) is unknown color: approx Watercourse. HEX triplet: 09, 70 and 4A. RGB value is (9,112,74). Sum of RGB (Red+Green+Blue) = 9+112+74=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #09704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09704A is #F68FB5. Grayscale: #4C4C4C. Windows color (decimal): -16158646 or 4878345. OLE color: 4878345.

HSL color Cylindrical-coordinate representation of color #09704A: hue angle of 157.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09704A is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB911274-
CMYK0.9200.340.56
HSL157.86º85.12%23.73%-
HSV(B)157.86º91.96%43.92%-
XYZ7.1412.148.45-
YUV76.87126.3879.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=4.62%
G=57.44%
B=37.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112740.9200.340.56157.8685.1223.73
Hex9704A5C022389e5518
Octal111601121340427023612530
Binary1001111000010010101011100010001011100010011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09704A; }

 p { color: rgb(9,112,74); }

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

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

 a { background-color: rgb(9,112,74); }

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

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

 span { border-color: rgb(9,112,74); }

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