Html Css Color HEX #087A52 Watercourse

📋 copy color: '#087A52'

red 8 ◦ green 122 ◦ blue 82

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

Shades of Watercourse #087A52

Tints of Watercourse #087A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 3.77%
G = 57.55%
B = 38.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#087A52 (or 0x087A52) is known color: Watercourse. HEX triplet: 08, 7A and 52. RGB value is (8,122,82). Sum of RGB (Red+Green+Blue) = 8+122+82=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #087A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A52 is #F785AD. Grayscale: #535353. Windows color (decimal): -16221614 or 5405192. OLE color: 5405192.

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

Color convert

RGB 8 122 82 -
CMYK 0.93 0 0.33 0.52
HSL 158.95º 0.88% 0.25% -
HSV(B) 158.95º 0.93% 0.48% -
XYZ 8.58 14.58 10.34 -
YUV 83.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 8 122 82 0.93 0 0.33 0.52 158.95 0.88 0.25
Hex 8 7A 52 5D 0 21 34 9F 58 19
Octal 10 172 122 135 0 41 64 237 130 31
Binary 1000 1111010 1010010 1011101 0 100001 110100 10011111 1011000 11001

Color Harmonies of #087A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A52

Black with #087A52

Text Example


Text Example

White with #087A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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