Html Css Color HEX #07704D Watercourse

📋 copy color: '#07704D'

red 7 ◦ green 112 ◦ blue 77

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

Shades of Watercourse #07704D

Tints of Watercourse #07704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

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

R = 3.57%
G = 57.14%
B = 39.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#07704D (or 0x07704D) is known color: Watercourse. HEX triplet: 07, 70 and 4D. RGB value is (7,112,77). Sum of RGB (Red+Green+Blue) = 7+112+77=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #07704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07704D is #F88FB2. Grayscale: #4C4C4C. Windows color (decimal): -16289715 or 5074951. OLE color: 5074951.

HSL color Cylindrical-coordinate representation of color #07704D: hue angle of 160º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07704D is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 77 -
CMYK 0.94 0 0.31 0.56
HSL 160º 0.88% 0.23% -
HSV(B) 160º 0.94% 0.44% -
XYZ 7.22 12.17 8.99 -
YUV 76.62 128.21 78.35 -
System Red Green Blue C M Y K H S L
Decimal 7 112 77 0.94 0 0.31 0.56 160 0.88 0.23
Hex 7 70 4D 5E 0 1F 38 A0 58 17
Octal 7 160 115 136 0 37 70 240 130 27
Binary 111 1110000 1001101 1011110 0 11111 111000 10100000 1011000 10111

Color Harmonies of #07704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07704D

Black with #07704D

Text Example


Text Example

White with #07704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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