Html Css Color HEX #07704C Watercourse

📋 copy color: '#07704C'

red 7 ◦ green 112 ◦ blue 76

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

Shades of Watercourse #07704C

Tints of Watercourse #07704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 3.59%
G = 57.44%
B = 38.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#07704C (or 0x07704C) is known color: Watercourse. HEX triplet: 07, 70 and 4C. RGB value is (7,112,76). Sum of RGB (Red+Green+Blue) = 7+112+76=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #07704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07704C is #F88FB3. Grayscale: #4C4C4C. Windows color (decimal): -16289716 or 5009415. OLE color: 5009415.

HSL color Cylindrical-coordinate representation of color #07704C: hue angle of 159.43º 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 #07704C is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 76 -
CMYK 0.94 0 0.32 0.56
HSL 159.43º 0.88% 0.23% -
HSV(B) 159.43º 0.94% 0.44% -
XYZ 7.19 12.16 8.8 -
YUV 76.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 7 112 76 0.94 0 0.32 0.56 159.43 0.88 0.23
Hex 7 70 4C 5E 0 20 38 9F 58 17
Octal 7 160 114 136 0 40 70 237 130 27
Binary 111 1110000 1001100 1011110 0 100000 111000 10011111 1011000 10111

Color Harmonies of #07704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07704C

Black with #07704C

Text Example


Text Example

White with #07704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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