#087248

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

Shades of Watercourse #087248

Tints of Watercourse #087248

Color information

#087248 (or 0x087248) is unknown color: approx Watercourse. HEX triplet: 08, 72 and 48. RGB value is (8,114,72). Sum of RGB (Red+Green+Blue) = 8+114+72=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #087248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087248 is #F78DB7. Grayscale: #4D4D4D. Windows color (decimal): -16223672 or 4747784. OLE color: 4747784.

HSL color Cylindrical-coordinate representation of color #087248: hue angle of 156.23º 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 #087248 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB811472-
CMYK0.9300.370.55
HSL156.23º86.89%23.92%-
HSV(B)156.23º92.98%44.71%-
XYZ7.2912.558.17-
YUV77.52124.8878.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=4.12%
G=58.76%
B=37.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114720.9300.370.55156.2386.8923.92
Hex872485D025379c5718
Octal101621101350456723412730
Binary1000111001010010001011101010010111011110011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087248; }

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

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

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

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

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

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

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

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