Html Css Color HEX #07714D Watercourse

📋 copy color: '#07714D'

red 7 ◦ green 113 ◦ blue 77

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

Shades of Watercourse #07714D

Tints of Watercourse #07714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.36%

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

R = 3.55%
G = 57.36%
B = 39.09%

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

#07714D (or 0x07714D) is known color: Watercourse. HEX triplet: 07, 71 and 4D. RGB value is (7,113,77). Sum of RGB (Red+Green+Blue) = 7+113+77=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #07714D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07714D is #F88EB2. Grayscale: #4D4D4D. Windows color (decimal): -16289459 or 5075207. OLE color: 5075207.

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

Color convert

RGB 7 113 77 -
CMYK 0.94 0 0.32 0.56
HSL 159.62º 0.88% 0.24% -
HSV(B) 159.62º 0.94% 0.44% -
XYZ 7.33 12.39 9.03 -
YUV 77.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 7 113 77 0.94 0 0.32 0.56 159.62 0.88 0.24
Hex 7 71 4D 5E 0 20 38 A0 58 18
Octal 7 161 115 136 0 40 70 240 130 30
Binary 111 1110001 1001101 1011110 0 100000 111000 10100000 1011000 11000

Color Harmonies of #07714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07714D

Black with #07714D

Text Example


Text Example

White with #07714D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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