#087B54

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

Shades of Watercourse #087B54

Tints of Watercourse #087B54

Color information

#087B54 (or 0x087B54) is unknown color: approx Watercourse. HEX triplet: 08, 7B and 54. RGB value is (8,123,84). Sum of RGB (Red+Green+Blue) = 8+123+84=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #087B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087B54 is #F784AB. Grayscale: #545454. Windows color (decimal): -16221356 or 5536520. OLE color: 5536520.

HSL color Cylindrical-coordinate representation of color #087B54: hue angle of 159.65º 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 #087B54 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB812384-
CMYK0.9300.320.52
HSL159.65º87.79%25.69%-
HSV(B)159.65º93.5%48.24%-
XYZ8.7814.8610.79-
YUV84.17127.973.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=3.72%
G=57.21%
B=39.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123840.9300.320.52159.6587.7925.69
Hex87B545D02034a0581a
Octal101731241350406424013032
Binary1000111101110101001011101010000011010010100000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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