#09704E

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

Shades of Watercourse #09704E

Tints of Watercourse #09704E

Color information

#09704E (or 0x09704E) is unknown color: approx Watercourse. HEX triplet: 09, 70 and 4E. RGB value is (9,112,78). Sum of RGB (Red+Green+Blue) = 9+112+78=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #09704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09704E is #F68FB1. Grayscale: #4D4D4D. Windows color (decimal): -16158642 or 5140489. OLE color: 5140489.

HSL color Cylindrical-coordinate representation of color #09704E: hue angle of 160.19º 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 #09704E is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB911278-
CMYK0.9200.300.56
HSL160.19º85.12%23.73%-
HSV(B)160.19º91.96%43.92%-
XYZ7.2812.29.18-
YUV77.33128.3879.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=4.52%
G=56.28%
B=39.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112780.9200.300.56160.1985.1223.73
Hex9704E5C01E38a05518
Octal111601161340367024012530
Binary100111100001001110101110001111011100010100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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