#087B52

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

Shades of Watercourse #087B52

Tints of Watercourse #087B52

Color information

#087B52 (or 0x087B52) is unknown color: approx Watercourse. HEX triplet: 08, 7B and 52. RGB value is (8,123,82). Sum of RGB (Red+Green+Blue) = 8+123+82=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #087B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B52 is #F784AD. Grayscale: #535353. Windows color (decimal): -16221358 or 5405448. OLE color: 5405448.

HSL color Cylindrical-coordinate representation of color #087B52: hue angle of 158.61º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B52 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB812382-
CMYK0.9300.330.52
HSL158.61º87.79%25.69%-
HSV(B)158.61º93.5%48.24%-
XYZ8.7114.8310.39-
YUV83.94126.973.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 123 (48.44% from 255) = 57.75%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=3.76%
G=57.75%
B=38.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123820.9300.330.52158.6187.7925.69
Hex87B525D021349f581a
Octal101731221350416423713032
Binary1000111101110100101011101010000111010010011111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087B52; }

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

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

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

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

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

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

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

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