#087250

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

Shades of Watercourse #087250

Tints of Watercourse #087250

Color information

#087250 (or 0x087250) is unknown color: approx Watercourse. HEX triplet: 08, 72 and 50. RGB value is (8,114,80). Sum of RGB (Red+Green+Blue) = 8+114+80=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #087250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087250 is #F78DAF. Grayscale: #4E4E4E. Windows color (decimal): -16223664 or 5272072. OLE color: 5272072.

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

Color convert

RGB811480-
CMYK0.9300.300.55
HSL160.75º86.89%23.92%-
HSV(B)160.75º92.98%44.71%-
XYZ7.5712.679.64-
YUV78.43128.8877.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=3.96%
G=56.44%
B=39.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114800.9300.300.55160.7586.8923.92
Hex872505D01E37a15718
Octal101621201350366724112730
Binary100011100101010000101110101111011011110100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087250; }

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

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

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

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

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

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

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

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