#087249

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

Shades of Watercourse #087249

Tints of Watercourse #087249

Color information

#087249 (or 0x087249) is unknown color: approx Watercourse. HEX triplet: 08, 72 and 49. RGB value is (8,114,73). Sum of RGB (Red+Green+Blue) = 8+114+73=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #087249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087249 is #F78DB6. Grayscale: #4D4D4D. Windows color (decimal): -16223671 or 4813320. OLE color: 4813320.

HSL color Cylindrical-coordinate representation of color #087249: hue angle of 156.79º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087249 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB811473-
CMYK0.9300.360.55
HSL156.79º86.89%23.92%-
HSV(B)156.79º92.98%44.71%-
XYZ7.3212.578.34-
YUV77.63125.3878.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=4.10%
G=58.46%
B=37.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114730.9300.360.55156.7986.8923.92
Hex872495D024379d5718
Octal101621111350446723512730
Binary1000111001010010011011101010010011011110011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087249; }

 p { color: rgb(8,114,73); }

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

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

 a { background-color: rgb(8,114,73); }

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

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

 span { border-color: rgb(8,114,73); }

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