#087A52

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

Shades of Watercourse #087A52

Tints of Watercourse #087A52

Color information

#087A52 (or 0x087A52) is unknown color: approx Watercourse. HEX triplet: 08, 7A and 52. RGB value is (8,122,82). Sum of RGB (Red+Green+Blue) = 8+122+82=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #087A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A52 is #F785AD. Grayscale: #535353. Windows color (decimal): -16221614 or 5405192. OLE color: 5405192.

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

Color convert

RGB812282-
CMYK0.9300.330.52
HSL158.95º87.69%25.49%-
HSV(B)158.95º93.44%47.84%-
XYZ8.5814.5810.34-
YUV83.35127.2374.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 122 (48.05% from 255) = 57.55%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=3.77%
G=57.55%
B=38.68%

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
Decimal8122820.9300.330.52158.9587.6925.49
Hex87A525D021349f5819
Octal101721221350416423713031
Binary1000111101010100101011101010000111010010011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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