Html Css Color HEX #076651 Watercourse

📋 copy color: '#076651'

red 7 ◦ green 102 ◦ blue 81

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

Shades of Watercourse #076651

Tints of Watercourse #076651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 3.68%
G = 53.68%
B = 42.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#076651 (or 0x076651) is known color: Watercourse. HEX triplet: 07, 66 and 51. RGB value is (7,102,81). Sum of RGB (Red+Green+Blue) = 7+102+81=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #076651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076651 is #F899AE. Grayscale: #474747. Windows color (decimal): -16292271 or 5334535. OLE color: 5334535.

HSL color Cylindrical-coordinate representation of color #076651: hue angle of 166.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076651 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 81 -
CMYK 0.93 0 0.21 0.6
HSL 166.74º 0.87% 0.21% -
HSV(B) 166.74º 0.93% 0.4% -
XYZ 6.32 10.14 9.41 -
YUV 71.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 7 102 81 0.93 0 0.21 0.6 166.74 0.87 0.21
Hex 7 66 51 5D 0 15 3C A7 57 15
Octal 7 146 121 135 0 25 74 247 127 25
Binary 111 1100110 1010001 1011101 0 10101 111100 10100111 1010111 10101

Color Harmonies of #076651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076651

Black with #076651

Text Example


Text Example

White with #076651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076651; }

 p { color: rgb(7,102,81); }

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

background-color css

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

 a { background-color: rgb(7,102,81); }

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

border-color css

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

 span { border-color: rgb(7,102,81); }

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