Html Css Color HEX #076653 Watercourse

📋 copy color: '#076653'

red 7 ◦ green 102 ◦ blue 83

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

Shades of Watercourse #076653

Tints of Watercourse #076653

RGB

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

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

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

R = 3.65%
G = 53.13%
B = 43.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#076653 (or 0x076653) is known color: Watercourse. HEX triplet: 07, 66 and 53. RGB value is (7,102,83). Sum of RGB (Red+Green+Blue) = 7+102+83=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #076653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076653 is #F899AC. Grayscale: #474747. Windows color (decimal): -16292269 or 5465607. OLE color: 5465607.

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

Color convert

RGB 7 102 83 -
CMYK 0.93 0 0.19 0.6
HSL 168º 0.87% 0.21% -
HSV(B) 168º 0.93% 0.4% -
XYZ 6.4 10.17 9.81 -
YUV 71.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 7 102 83 0.93 0 0.19 0.6 168 0.87 0.21
Hex 7 66 53 5D 0 13 3C A8 57 15
Octal 7 146 123 135 0 23 74 250 127 25
Binary 111 1100110 1010011 1011101 0 10011 111100 10101000 1010111 10101

Color Harmonies of #076653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076653

Black with #076653

Text Example


Text Example

White with #076653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076653; }

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

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

background-color css

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

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

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

border-color css

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

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

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