Html Css Color HEX #087A50 Watercourse

📋 copy color: '#087A50'

red 8 ◦ green 122 ◦ blue 80

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

Shades of Watercourse #087A50

Tints of Watercourse #087A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 58.1%

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

R = 3.81%
G = 58.1%
B = 38.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#087A50 (or 0x087A50) is known color: Watercourse. HEX triplet: 08, 7A and 50. RGB value is (8,122,80). Sum of RGB (Red+Green+Blue) = 8+122+80=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #087A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A50 is #F785AF. Grayscale: #535353. Windows color (decimal): -16221616 or 5274120. OLE color: 5274120.

HSL color Cylindrical-coordinate representation of color #087A50: hue angle of 157.89º 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 #087A50 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 80 -
CMYK 0.93 0 0.34 0.52
HSL 157.89º 0.88% 0.25% -
HSV(B) 157.89º 0.93% 0.48% -
XYZ 8.51 14.55 9.95 -
YUV 83.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 8 122 80 0.93 0 0.34 0.52 157.89 0.88 0.25
Hex 8 7A 50 5D 0 22 34 9E 58 19
Octal 10 172 120 135 0 42 64 236 130 31
Binary 1000 1111010 1010000 1011101 0 100010 110100 10011110 1011000 11001

Color Harmonies of #087A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A50

Black with #087A50

Text Example


Text Example

White with #087A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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