Html Css Color HEX #087A54 Watercourse

📋 copy color: '#087A54'

red 8 ◦ green 122 ◦ blue 84

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

Shades of Watercourse #087A54

Tints of Watercourse #087A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 3.74%
G = 57.01%
B = 39.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#087A54 (or 0x087A54) is known color: Watercourse. HEX triplet: 08, 7A and 54. RGB value is (8,122,84). Sum of RGB (Red+Green+Blue) = 8+122+84=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #087A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A54 is #F785AB. Grayscale: #535353. Windows color (decimal): -16221612 or 5536264. OLE color: 5536264.

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

Color convert

RGB 8 122 84 -
CMYK 0.93 0 0.31 0.52
HSL 160º 0.88% 0.25% -
HSV(B) 160º 0.93% 0.48% -
XYZ 8.66 14.61 10.75 -
YUV 83.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 8 122 84 0.93 0 0.31 0.52 160 0.88 0.25
Hex 8 7A 54 5D 0 1F 34 A0 58 19
Octal 10 172 124 135 0 37 64 240 130 31
Binary 1000 1111010 1010100 1011101 0 11111 110100 10100000 1011000 11001

Color Harmonies of #087A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A54

Black with #087A54

Text Example


Text Example

White with #087A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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