Html Css Color HEX #08704C Watercourse

📋 copy color: '#08704C'

red 8 ◦ green 112 ◦ blue 76

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

Shades of Watercourse #08704C

Tints of Watercourse #08704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 4.08%
G = 57.14%
B = 38.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#08704C (or 0x08704C) is known color: Watercourse. HEX triplet: 08, 70 and 4C. RGB value is (8,112,76). Sum of RGB (Red+Green+Blue) = 8+112+76=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #08704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08704C is #F78FB3. Grayscale: #4C4C4C. Windows color (decimal): -16224180 or 5009416. OLE color: 5009416.

HSL color Cylindrical-coordinate representation of color #08704C: hue angle of 159.23º 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 #08704C is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 76 -
CMYK 0.93 0 0.32 0.56
HSL 159.23º 0.87% 0.24% -
HSV(B) 159.23º 0.93% 0.44% -
XYZ 7.2 12.16 8.81 -
YUV 76.8 127.54 78.93 -
System Red Green Blue C M Y K H S L
Decimal 8 112 76 0.93 0 0.32 0.56 159.23 0.87 0.24
Hex 8 70 4C 5D 0 20 38 9F 57 18
Octal 10 160 114 135 0 40 70 237 127 30
Binary 1000 1110000 1001100 1011101 0 100000 111000 10011111 1010111 11000

Color Harmonies of #08704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08704C

Black with #08704C

Text Example


Text Example

White with #08704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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