Html Css Color HEX #087450 Watercourse

📋 copy color: '#087450'

red 8 ◦ green 116 ◦ blue 80

#087450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #087450

Tints of Watercourse #087450

RGB

 RED value IS 8 (3.52% from 255) = 3.92%

 GREEN value IS 116 (45.7% from 255) = 56.86%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 3.92%
G = 56.86%
B = 39.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#087450 (or 0x087450) is known color: Watercourse. HEX triplet: 08, 74 and 50. RGB value is (8,116,80). Sum of RGB (Red+Green+Blue) = 8+116+80=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #087450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087450 is #F78BAF. Grayscale: #4F4F4F. Windows color (decimal): -16223152 or 5272584. OLE color: 5272584.

HSL color Cylindrical-coordinate representation of color #087450: hue angle of 160º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087450 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 116 80 -
CMYK 0.93 0 0.31 0.55
HSL 160º 0.87% 0.24% -
HSV(B) 160º 0.93% 0.45% -
XYZ 7.79 13.12 9.71 -
YUV 79.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 8 116 80 0.93 0 0.31 0.55 160 0.87 0.24
Hex 8 74 50 5D 0 1F 37 A0 57 18
Octal 10 164 120 135 0 37 67 240 127 30
Binary 1000 1110100 1010000 1011101 0 11111 110111 10100000 1010111 11000

Color Harmonies of #087450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087450

Black with #087450

Text Example


Text Example

White with #087450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087450; }

 p { color: rgb(8,116,80); }

 H1.HeaderClassName
 {
   color: #087450;
 }
 .AnyTagClassName
 {
   color: #087450;
 }
</style>

background-color css

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

 a { background-color: rgb(8,116,80); }

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

border-color css

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

 span { border-color: rgb(8,116,80); }

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