Html Css Color HEX #076553 Watercourse

📋 copy color: '#076553'

red 7 ◦ green 101 ◦ blue 83

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

Shades of Watercourse #076553

Tints of Watercourse #076553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 52.88%

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

R = 3.66%
G = 52.88%
B = 43.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#076553 (or 0x076553) is known color: Watercourse. HEX triplet: 07, 65 and 53. RGB value is (7,101,83). Sum of RGB (Red+Green+Blue) = 7+101+83=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #076553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076553 is #F89AAC. Grayscale: #464646. Windows color (decimal): -16292525 or 5465351. OLE color: 5465351.

HSL color Cylindrical-coordinate representation of color #076553: hue angle of 168.51º 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 #076553 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 101 83 -
CMYK 0.93 0 0.18 0.60
HSL 168.51º 0.87% 0.21% -
HSV(B) 168.51º 0.93% 0.4% -
XYZ 6.3 9.98 9.78 -
YUV 70.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 7 101 83 0.93 0 0.18 0.60 168.51 0.87 0.21
Hex 7 65 53 5D 0 12 3C A9 57 15
Octal 7 145 123 135 0 22 74 251 127 25
Binary 111 1100101 1010011 1011101 0 10010 111100 10101001 1010111 10101

Color Harmonies of #076553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076553

Black with #076553

Text Example


Text Example

White with #076553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076553; }

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

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

background-color css

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

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

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

border-color css

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

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

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