Html Css Color HEX #07714C Watercourse

📋 copy color: '#07714C'

red 7 ◦ green 113 ◦ blue 76

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

Shades of Watercourse #07714C

Tints of Watercourse #07714C

RGB

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

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

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

R = 3.57%
G = 57.65%
B = 38.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#07714C (or 0x07714C) is known color: Watercourse. HEX triplet: 07, 71 and 4C. RGB value is (7,113,76). Sum of RGB (Red+Green+Blue) = 7+113+76=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #07714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07714C is #F88EB3. Grayscale: #4D4D4D. Windows color (decimal): -16289460 or 5009671. OLE color: 5009671.

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

Color convert

RGB 7 113 76 -
CMYK 0.94 0 0.33 0.56
HSL 159.06º 0.88% 0.24% -
HSV(B) 159.06º 0.94% 0.44% -
XYZ 7.3 12.38 8.84 -
YUV 77.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 7 113 76 0.94 0 0.33 0.56 159.06 0.88 0.24
Hex 7 71 4C 5E 0 21 38 9F 58 18
Octal 7 161 114 136 0 41 70 237 130 30
Binary 111 1110001 1001100 1011110 0 100001 111000 10011111 1011000 11000

Color Harmonies of #07714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07714C

Black with #07714C

Text Example


Text Example

White with #07714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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