Html Css Color HEX #076B53 Watercourse

📋 copy color: '#076B53'

red 7 ◦ green 107 ◦ blue 83

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

Shades of Watercourse #076B53

Tints of Watercourse #076B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 3.55%
G = 54.31%
B = 42.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#076B53 (or 0x076B53) is known color: Watercourse. HEX triplet: 07, 6B and 53. RGB value is (7,107,83). Sum of RGB (Red+Green+Blue) = 7+107+83=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #076B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B53 is #F894AC. Grayscale: #4A4A4A. Windows color (decimal): -16290989 or 5466887. OLE color: 5466887.

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

Color convert

RGB 7 107 83 -
CMYK 0.93 0 0.22 0.58
HSL 165.6º 0.88% 0.22% -
HSV(B) 165.6º 0.93% 0.42% -
XYZ 6.91 11.19 9.98 -
YUV 74.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 7 107 83 0.93 0 0.22 0.58 165.6 0.88 0.22
Hex 7 6B 53 5D 0 16 3A A6 58 16
Octal 7 153 123 135 0 26 72 246 130 26
Binary 111 1101011 1010011 1011101 0 10110 111010 10100110 1011000 10110

Color Harmonies of #076B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B53

Black with #076B53

Text Example


Text Example

White with #076B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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