Html Css Color HEX #08764A Watercourse

📋 copy color: '#08764A'

red 8 ◦ green 118 ◦ blue 74

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

Shades of Watercourse #08764A

Tints of Watercourse #08764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37%

R = 4%
G = 59%
B = 37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#08764A (or 0x08764A) is known color: Watercourse. HEX triplet: 08, 76 and 4A. RGB value is (8,118,74). Sum of RGB (Red+Green+Blue) = 8+118+74=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #08764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08764A is #F789B5. Grayscale: #505050. Windows color (decimal): -16222646 or 4879880. OLE color: 4879880.

HSL color Cylindrical-coordinate representation of color #08764A: hue angle of 156º 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 #08764A is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 74 -
CMYK 0.93 0 0.37 0.54
HSL 156º 0.87% 0.25% -
HSV(B) 156º 0.93% 0.46% -
XYZ 7.81 13.5 8.67 -
YUV 80.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 8 118 74 0.93 0 0.37 0.54 156 0.87 0.25
Hex 8 76 4A 5D 0 25 36 9C 57 19
Octal 10 166 112 135 0 45 66 234 127 31
Binary 1000 1110110 1001010 1011101 0 100101 110110 10011100 1010111 11001

Color Harmonies of #08764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08764A

Black with #08764A

Text Example


Text Example

White with #08764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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