Html Css Color HEX #07614D Watercourse

📋 copy color: '#07614D'

red 7 ◦ green 97 ◦ blue 77

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

Shades of Watercourse #07614D

Tints of Watercourse #07614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

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

R = 3.87%
G = 53.59%
B = 42.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#07614D (or 0x07614D) is known color: Watercourse. HEX triplet: 07, 61 and 4D. RGB value is (7,97,77). Sum of RGB (Red+Green+Blue) = 7+97+77=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #07614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07614D is #F89EB2. Grayscale: #434343. Windows color (decimal): -16293555 or 5071111. OLE color: 5071111.

HSL color Cylindrical-coordinate representation of color #07614D: hue angle of 166.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07614D is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 77 -
CMYK 0.93 0 0.21 0.62
HSL 166.67º 0.87% 0.2% -
HSV(B) 166.67º 0.93% 0.38% -
XYZ 5.7 9.13 8.48 -
YUV 67.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 7 97 77 0.93 0 0.21 0.62 166.67 0.87 0.2
Hex 7 61 4D 5D 0 15 3E A7 57 14
Octal 7 141 115 135 0 25 76 247 127 24
Binary 111 1100001 1001101 1011101 0 10101 111110 10100111 1010111 10100

Color Harmonies of #07614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07614D

Black with #07614D

Text Example


Text Example

White with #07614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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