Html Css Color HEX #07764D Watercourse

📋 copy color: '#07764D'

red 7 ◦ green 118 ◦ blue 77

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

Shades of Watercourse #07764D

Tints of Watercourse #07764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.42%

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

R = 3.47%
G = 58.42%
B = 38.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#07764D (or 0x07764D) is known color: Watercourse. HEX triplet: 07, 76 and 4D. RGB value is (7,118,77). Sum of RGB (Red+Green+Blue) = 7+118+77=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #07764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07764D is #F889B2. Grayscale: #505050. Windows color (decimal): -16288179 or 5076487. OLE color: 5076487.

HSL color Cylindrical-coordinate representation of color #07764D: hue angle of 157.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07764D is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 77 -
CMYK 0.94 0 0.35 0.54
HSL 157.84º 0.89% 0.25% -
HSV(B) 157.84º 0.94% 0.46% -
XYZ 7.91 13.54 9.22 -
YUV 80.14 126.23 75.83 -
System Red Green Blue C M Y K H S L
Decimal 7 118 77 0.94 0 0.35 0.54 157.84 0.89 0.25
Hex 7 76 4D 5E 0 23 36 9E 59 19
Octal 7 166 115 136 0 43 66 236 131 31
Binary 111 1110110 1001101 1011110 0 100011 110110 10011110 1011001 11001

Color Harmonies of #07764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07764D

Black with #07764D

Text Example


Text Example

White with #07764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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