Html Css Color HEX #08704A Watercourse

📋 copy color: '#08704A'

red 8 ◦ green 112 ◦ blue 74

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

Shades of Watercourse #08704A

Tints of Watercourse #08704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.73%

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

R = 4.12%
G = 57.73%
B = 38.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#08704A (or 0x08704A) is known color: Watercourse. HEX triplet: 08, 70 and 4A. RGB value is (8,112,74). Sum of RGB (Red+Green+Blue) = 8+112+74=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #08704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08704A is #F78FB5. Grayscale: #4C4C4C. Windows color (decimal): -16224182 or 4878344. OLE color: 4878344.

HSL color Cylindrical-coordinate representation of color #08704A: hue angle of 158.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08704A is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 74 -
CMYK 0.93 0 0.34 0.56
HSL 158.08º 0.87% 0.24% -
HSV(B) 158.08º 0.93% 0.44% -
XYZ 7.13 12.13 8.44 -
YUV 76.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 8 112 74 0.93 0 0.34 0.56 158.08 0.87 0.24
Hex 8 70 4A 5D 0 22 38 9E 57 18
Octal 10 160 112 135 0 42 70 236 127 30
Binary 1000 1110000 1001010 1011101 0 100010 111000 10011110 1010111 11000

Color Harmonies of #08704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08704A

Black with #08704A

Text Example


Text Example

White with #08704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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