Html Css Color HEX #07764E Watercourse

📋 copy color: '#07764E'

red 7 ◦ green 118 ◦ blue 78

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

Shades of Watercourse #07764E

Tints of Watercourse #07764E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.42%

R = 3.45%
G = 58.13%
B = 38.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#07764E (or 0x07764E) is known color: Watercourse. HEX triplet: 07, 76 and 4E. RGB value is (7,118,78). Sum of RGB (Red+Green+Blue) = 7+118+78=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #07764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07764E is #F889B1. Grayscale: #505050. Windows color (decimal): -16288178 or 5142023. OLE color: 5142023.

HSL color Cylindrical-coordinate representation of color #07764E: hue angle of 158.38º 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 #07764E is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 118 78 -
CMYK 0.94 0 0.34 0.54
HSL 158.38º 0.89% 0.25% -
HSV(B) 158.38º 0.94% 0.46% -
XYZ 7.94 13.55 9.41 -
YUV 80.25 126.73 75.75 -
System Red Green Blue C M Y K H S L
Decimal 7 118 78 0.94 0 0.34 0.54 158.38 0.89 0.25
Hex 7 76 4E 5E 0 22 36 9E 59 19
Octal 7 166 116 136 0 42 66 236 131 31
Binary 111 1110110 1001110 1011110 0 100010 110110 10011110 1011001 11001

Color Harmonies of #07764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07764E

Black with #07764E

Text Example


Text Example

White with #07764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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