Html Css Color HEX #087250 Watercourse

📋 copy color: '#087250'

red 8 ◦ green 114 ◦ blue 80

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

Shades of Watercourse #087250

Tints of Watercourse #087250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

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

R = 3.96%
G = 56.44%
B = 39.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#087250 (or 0x087250) is known color: Watercourse. HEX triplet: 08, 72 and 50. RGB value is (8,114,80). Sum of RGB (Red+Green+Blue) = 8+114+80=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #087250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087250 is #F78DAF. Grayscale: #4E4E4E. Windows color (decimal): -16223664 or 5272072. OLE color: 5272072.

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

Color convert

RGB 8 114 80 -
CMYK 0.93 0 0.30 0.55
HSL 160.75º 0.87% 0.24% -
HSV(B) 160.75º 0.93% 0.45% -
XYZ 7.57 12.67 9.64 -
YUV 78.43 128.88 77.76 -
System Red Green Blue C M Y K H S L
Decimal 8 114 80 0.93 0 0.30 0.55 160.75 0.87 0.24
Hex 8 72 50 5D 0 1E 37 A1 57 18
Octal 10 162 120 135 0 36 67 241 127 30
Binary 1000 1110010 1010000 1011101 0 11110 110111 10100001 1010111 11000

Color Harmonies of #087250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087250

Black with #087250

Text Example


Text Example

White with #087250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087250; }

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

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

background-color css

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

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

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

border-color css

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

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

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