#087952

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

Shades of Watercourse #087952

Tints of Watercourse #087952

Color information

#087952 (or 0x087952) is unknown color: approx Watercourse. HEX triplet: 08, 79 and 52. RGB value is (8,121,82). Sum of RGB (Red+Green+Blue) = 8+121+82=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #087952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087952 is #F786AD. Grayscale: #525252. Windows color (decimal): -16221870 or 5404936. OLE color: 5404936.

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

Color convert

RGB812182-
CMYK0.9300.320.53
HSL159.29º87.6%25.29%-
HSV(B)159.29º93.39%47.45%-
XYZ8.4614.3410.3-
YUV82.77127.5674.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=3.79%
G=57.35%
B=38.86%

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
Decimal8121820.9300.320.53159.2987.625.29
Hex879525D020359f5819
Octal101711221350406523713031
Binary1000111100110100101011101010000011010110011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087952; }

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

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

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

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

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

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

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

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