Html Css Color HEX #087150 Watercourse

📋 copy color: '#087150'

red 8 ◦ green 113 ◦ blue 80

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

Shades of Watercourse #087150

Tints of Watercourse #087150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.22%

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

R = 3.98%
G = 56.22%
B = 39.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#087150 (or 0x087150) is known color: Watercourse. HEX triplet: 08, 71 and 50. RGB value is (8,113,80). Sum of RGB (Red+Green+Blue) = 8+113+80=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #087150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087150 is #F78EAF. Grayscale: #4D4D4D. Windows color (decimal): -16223920 or 5271816. OLE color: 5271816.

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

Color convert

RGB 8 113 80 -
CMYK 0.93 0 0.29 0.56
HSL 161.14º 0.87% 0.24% -
HSV(B) 161.14º 0.93% 0.44% -
XYZ 7.45 12.44 9.6 -
YUV 77.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 8 113 80 0.93 0 0.29 0.56 161.14 0.87 0.24
Hex 8 71 50 5D 0 1D 38 A1 57 18
Octal 10 161 120 135 0 35 70 241 127 30
Binary 1000 1110001 1010000 1011101 0 11101 111000 10100001 1010111 11000

Color Harmonies of #087150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087150

Black with #087150

Text Example


Text Example

White with #087150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087150; }

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

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

background-color css

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

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

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

border-color css

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

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

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