#097054

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

Shades of Watercourse #097054

Tints of Watercourse #097054

Color information

#097054 (or 0x097054) is unknown color: approx Watercourse. HEX triplet: 09, 70 and 54. RGB value is (9,112,84). Sum of RGB (Red+Green+Blue) = 9+112+84=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #097054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097054 is #F68FAB. Grayscale: #4E4E4E. Windows color (decimal): -16158636 or 5533705. OLE color: 5533705.

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

Color convert

RGB911284-
CMYK0.9200.250.56
HSL163.69º85.12%23.73%-
HSV(B)163.69º91.96%43.92%-
XYZ7.5112.2910.36-
YUV78.01131.3878.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=4.39%
G=54.63%
B=40.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9112840.9200.250.56163.6985.1223.73
Hex970545C01938a45518
Octal111601241340317024412530
Binary100111100001010100101110001100111100010100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097054; }

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

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

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

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

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

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

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

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