Html Css Color HEX #08714E Watercourse

📋 copy color: '#08714E'

red 8 ◦ green 113 ◦ blue 78

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

Shades of Watercourse #08714E

Tints of Watercourse #08714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.78%

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

R = 4.02%
G = 56.78%
B = 39.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#08714E (or 0x08714E) is known color: Watercourse. HEX triplet: 08, 71 and 4E. RGB value is (8,113,78). Sum of RGB (Red+Green+Blue) = 8+113+78=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #08714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08714E is #F78EB1. Grayscale: #4D4D4D. Windows color (decimal): -16223922 or 5140744. OLE color: 5140744.

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

Color convert

RGB 8 113 78 -
CMYK 0.93 0 0.31 0.56
HSL 160º 0.87% 0.24% -
HSV(B) 160º 0.93% 0.44% -
XYZ 7.38 12.41 9.21 -
YUV 77.62 128.21 78.35 -
System Red Green Blue C M Y K H S L
Decimal 8 113 78 0.93 0 0.31 0.56 160 0.87 0.24
Hex 8 71 4E 5D 0 1F 38 A0 57 18
Octal 10 161 116 135 0 37 70 240 127 30
Binary 1000 1110001 1001110 1011101 0 11111 111000 10100000 1010111 11000

Color Harmonies of #08714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08714E

Black with #08714E

Text Example


Text Example

White with #08714E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,113,78); }

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

background-color css

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

 a { background-color: rgb(8,113,78); }

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

border-color css

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

 span { border-color: rgb(8,113,78); }

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