Html Css Color HEX #08764D Watercourse

📋 copy color: '#08764D'

red 8 ◦ green 118 ◦ blue 77

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

Shades of Watercourse #08764D

Tints of Watercourse #08764D

RGB

 RED value IS 8 (3.52% from 255) = 3.94%

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

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

R = 3.94%
G = 58.13%
B = 37.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#08764D (or 0x08764D) is known color: Watercourse. HEX triplet: 08, 76 and 4D. RGB value is (8,118,77). Sum of RGB (Red+Green+Blue) = 8+118+77=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #08764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08764D is #F789B2. Grayscale: #505050. Windows color (decimal): -16222643 or 5076488. OLE color: 5076488.

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

Color convert

RGB 8 118 77 -
CMYK 0.93 0 0.35 0.54
HSL 157.64º 0.87% 0.25% -
HSV(B) 157.64º 0.93% 0.46% -
XYZ 7.92 13.54 9.22 -
YUV 80.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 8 118 77 0.93 0 0.35 0.54 157.64 0.87 0.25
Hex 8 76 4D 5D 0 23 36 9E 57 19
Octal 10 166 115 135 0 43 66 236 127 31
Binary 1000 1110110 1001101 1011101 0 100011 110110 10011110 1010111 11001

Color Harmonies of #08764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08764D

Black with #08764D

Text Example


Text Example

White with #08764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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