Html Css Color HEX #087950 Watercourse

📋 copy color: '#087950'

red 8 ◦ green 121 ◦ blue 80

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

Shades of Watercourse #087950

Tints of Watercourse #087950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.89%

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

R = 3.83%
G = 57.89%
B = 38.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#087950 (or 0x087950) is known color: Watercourse. HEX triplet: 08, 79 and 50. RGB value is (8,121,80). Sum of RGB (Red+Green+Blue) = 8+121+80=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #087950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087950 is #F786AF. Grayscale: #525252. Windows color (decimal): -16221872 or 5273864. OLE color: 5273864.

HSL color Cylindrical-coordinate representation of color #087950: hue angle of 158.23º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087950 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 121 80 -
CMYK 0.93 0 0.34 0.53
HSL 158.23º 0.88% 0.25% -
HSV(B) 158.23º 0.93% 0.47% -
XYZ 8.39 14.31 9.91 -
YUV 82.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 8 121 80 0.93 0 0.34 0.53 158.23 0.88 0.25
Hex 8 79 50 5D 0 22 35 9E 58 19
Octal 10 171 120 135 0 42 65 236 130 31
Binary 1000 1111001 1010000 1011101 0 100010 110101 10011110 1011000 11001

Color Harmonies of #087950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087950

Black with #087950

Text Example


Text Example

White with #087950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087950; }

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

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

background-color css

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

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

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

border-color css

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

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

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