Html Css Color HEX #076150 Watercourse

📋 copy color: '#076150'

red 7 ◦ green 97 ◦ blue 80

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

Shades of Watercourse #076150

Tints of Watercourse #076150

RGB

 RED value IS 7 (3.13% from 255) = 3.8%

 GREEN value IS 97 (38.28% from 255) = 52.72%

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

R = 3.8%
G = 52.72%
B = 43.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#076150 (or 0x076150) is known color: Watercourse. HEX triplet: 07, 61 and 50. RGB value is (7,97,80). Sum of RGB (Red+Green+Blue) = 7+97+80=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #076150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076150 is #F89EAF. Grayscale: #444444. Windows color (decimal): -16293552 or 5267719. OLE color: 5267719.

HSL color Cylindrical-coordinate representation of color #076150: hue angle of 168.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076150 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 80 -
CMYK 0.93 0 0.18 0.62
HSL 168.67º 0.87% 0.2% -
HSV(B) 168.67º 0.93% 0.38% -
XYZ 5.81 9.17 9.05 -
YUV 68.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 7 97 80 0.93 0 0.18 0.62 168.67 0.87 0.2
Hex 7 61 50 5D 0 12 3E A9 57 14
Octal 7 141 120 135 0 22 76 251 127 24
Binary 111 1100001 1010000 1011101 0 10010 111110 10101001 1010111 10100

Color Harmonies of #076150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076150

Black with #076150

Text Example


Text Example

White with #076150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076150; }

 p { color: rgb(7,97,80); }

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

background-color css

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

 a { background-color: rgb(7,97,80); }

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

border-color css

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

 span { border-color: rgb(7,97,80); }

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