Html Css Color HEX #07604D Watercourse

📋 copy color: '#07604D'

red 7 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #07604D

Tints of Watercourse #07604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

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

R = 3.89%
G = 53.33%
B = 42.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#07604D (or 0x07604D) is known color: Watercourse. HEX triplet: 07, 60 and 4D. RGB value is (7,96,77). Sum of RGB (Red+Green+Blue) = 7+96+77=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #07604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07604D is #F89FB2. Grayscale: #434343. Windows color (decimal): -16293811 or 5070855. OLE color: 5070855.

HSL color Cylindrical-coordinate representation of color #07604D: hue angle of 167.19º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07604D is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 77 -
CMYK 0.93 0 0.20 0.62
HSL 167.19º 0.86% 0.2% -
HSV(B) 167.19º 0.93% 0.38% -
XYZ 5.61 8.95 8.45 -
YUV 67.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 7 96 77 0.93 0 0.20 0.62 167.19 0.86 0.2
Hex 7 60 4D 5D 0 14 3E A7 56 14
Octal 7 140 115 135 0 24 76 247 126 24
Binary 111 1100000 1001101 1011101 0 10100 111110 10100111 1010110 10100

Color Harmonies of #07604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07604D

Black with #07604D

Text Example


Text Example

White with #07604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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