Html Css Color HEX #076B4D Watercourse

📋 copy color: '#076B4D'

red 7 ◦ green 107 ◦ blue 77

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

Shades of Watercourse #076B4D

Tints of Watercourse #076B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.02%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 3.66%
G = 56.02%
B = 40.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#076B4D (or 0x076B4D) is known color: Watercourse. HEX triplet: 07, 6B and 4D. RGB value is (7,107,77). Sum of RGB (Red+Green+Blue) = 7+107+77=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #076B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B4D is #F894B2. Grayscale: #494949. Windows color (decimal): -16290995 or 5073671. OLE color: 5073671.

HSL color Cylindrical-coordinate representation of color #076B4D: hue angle of 162º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B4D is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 77 -
CMYK 0.93 0 0.28 0.58
HSL 162º 0.88% 0.22% -
HSV(B) 162º 0.93% 0.42% -
XYZ 6.68 11.1 8.81 -
YUV 73.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 7 107 77 0.93 0 0.28 0.58 162 0.88 0.22
Hex 7 6B 4D 5D 0 1C 3A A2 58 16
Octal 7 153 115 135 0 34 72 242 130 26
Binary 111 1101011 1001101 1011101 0 11100 111010 10100010 1011000 10110

Color Harmonies of #076B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B4D

Black with #076B4D

Text Example


Text Example

White with #076B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B4D; }

 p { color: rgb(7,107,77); }

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

background-color css

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

 a { background-color: rgb(7,107,77); }

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

border-color css

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

 span { border-color: rgb(7,107,77); }

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