Html Css Color HEX #076B54 Watercourse

📋 copy color: '#076B54'

red 7 ◦ green 107 ◦ blue 84

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

Shades of Watercourse #076B54

Tints of Watercourse #076B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.42%

R = 3.54%
G = 54.04%
B = 42.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#076B54 (or 0x076B54) is known color: Watercourse. HEX triplet: 07, 6B and 54. RGB value is (7,107,84). Sum of RGB (Red+Green+Blue) = 7+107+84=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #076B54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B54 is #F894AB. Grayscale: #4A4A4A. Windows color (decimal): -16290988 or 5532423. OLE color: 5532423.

HSL color Cylindrical-coordinate representation of color #076B54: hue angle of 166.2º 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 #076B54 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 84 -
CMYK 0.93 0 0.21 0.58
HSL 166.2º 0.88% 0.22% -
HSV(B) 166.2º 0.93% 0.42% -
XYZ 6.95 11.2 10.18 -
YUV 74.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 7 107 84 0.93 0 0.21 0.58 166.2 0.88 0.22
Hex 7 6B 54 5D 0 15 3A A6 58 16
Octal 7 153 124 135 0 25 72 246 130 26
Binary 111 1101011 1010100 1011101 0 10101 111010 10100110 1011000 10110

Color Harmonies of #076B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B54

Black with #076B54

Text Example


Text Example

White with #076B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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