Html Css Color HEX #07714A Watercourse

📋 copy color: '#07714A'

red 7 ◦ green 113 ◦ blue 74

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

Shades of Watercourse #07714A

Tints of Watercourse #07714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 3.61%
G = 58.25%
B = 38.14%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#07714A (or 0x07714A) is known color: Watercourse. HEX triplet: 07, 71 and 4A. RGB value is (7,113,74). Sum of RGB (Red+Green+Blue) = 7+113+74=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #07714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07714A is #F88EB5. Grayscale: #4C4C4C. Windows color (decimal): -16289462 or 4878599. OLE color: 4878599.

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

Color convert

RGB 7 113 74 -
CMYK 0.94 0 0.35 0.56
HSL 157.92º 0.88% 0.24% -
HSV(B) 157.92º 0.94% 0.44% -
XYZ 7.23 12.35 8.48 -
YUV 76.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 7 113 74 0.94 0 0.35 0.56 157.92 0.88 0.24
Hex 7 71 4A 5E 0 23 38 9E 58 18
Octal 7 161 112 136 0 43 70 236 130 30
Binary 111 1110001 1001010 1011110 0 100011 111000 10011110 1011000 11000

Color Harmonies of #07714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07714A

Black with #07714A

Text Example


Text Example

White with #07714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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