#09704B

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

Shades of Watercourse #09704B

Tints of Watercourse #09704B

Color information

#09704B (or 0x09704B) is unknown color: approx Watercourse. HEX triplet: 09, 70 and 4B. RGB value is (9,112,75). Sum of RGB (Red+Green+Blue) = 9+112+75=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #09704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09704B is #F68FB4. Grayscale: #4D4D4D. Windows color (decimal): -16158645 or 4943881. OLE color: 4943881.

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

Color convert

RGB911275-
CMYK0.9200.330.56
HSL158.45º85.12%23.73%-
HSV(B)158.45º91.96%43.92%-
XYZ7.1812.158.62-
YUV76.98126.8879.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 112 (44.14% from 255) = 57.14%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=4.59%
G=57.14%
B=38.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112750.9200.330.56158.4585.1223.73
Hex9704B5C021389e5518
Octal111601131340417023612530
Binary1001111000010010111011100010000111100010011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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