Html Css Color HEX #007050 Watercourse

📋 copy color: '#007050'

red 0 ◦ green 112 ◦ blue 80

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

Shades of Watercourse #007050

Tints of Watercourse #007050

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 58.33%

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

R = 0%
G = 58.33%
B = 41.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#007050 (or 0x007050) is known color: Watercourse. HEX triplet: 00, 70 and 50. RGB value is (0,112,80). Sum of RGB (Red+Green+Blue) = 0+112+80=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #007050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007050 is #FF8FAF. Grayscale: #4A4A4A. Windows color (decimal): -16748464 or 5271552. OLE color: 5271552.

HSL color Cylindrical-coordinate representation of color #007050: hue angle of 162.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007050 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 80 -
CMYK 1 0 0.29 0.56
HSL 162.86º 1% 0.22% -
HSV(B) 162.86º 1% 0.44% -
XYZ 7.24 12.17 9.56 -
YUV 74.86 130.89 74.6 -
System Red Green Blue C M Y K H S L
Decimal 0 112 80 1 0 0.29 0.56 162.86 1 0.22
Hex 0 70 50 64 0 1D 38 A3 64 16
Octal 0 160 120 144 0 35 70 243 144 26
Binary 0 1110000 1010000 1100100 0 11101 111000 10100011 1100100 10110

Color Harmonies of #007050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007050

Black with #007050

Text Example


Text Example

White with #007050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007050; }

 p { color: rgb(0,112,80); }

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

background-color css

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

 a { background-color: rgb(0,112,80); }

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

border-color css

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

 span { border-color: rgb(0,112,80); }

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