#087852

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

Shades of Watercourse #087852

Tints of Watercourse #087852

Color information

#087852 (or 0x087852) is unknown color: approx Watercourse. HEX triplet: 08, 78 and 52. RGB value is (8,120,82). Sum of RGB (Red+Green+Blue) = 8+120+82=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #087852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087852 is #F787AD. Grayscale: #525252. Windows color (decimal): -16222126 or 5404680. OLE color: 5404680.

HSL color Cylindrical-coordinate representation of color #087852: hue angle of 159.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087852 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB812082-
CMYK0.9300.320.53
HSL159.64º87.5%25.1%-
HSV(B)159.64º93.33%47.06%-
XYZ8.3414.0910.26-
YUV82.18127.8975.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=3.81%
G=57.14%
B=39.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8120820.9300.320.53159.6487.525.1
Hex878525D02035a05819
Octal101701221350406524013031
Binary1000111100010100101011101010000011010110100000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087852; }

 p { color: rgb(8,120,82); }

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

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

 a { background-color: rgb(8,120,82); }

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

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

 span { border-color: rgb(8,120,82); }

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