#08704E

Color #08704E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #08704E

Tints of Watercourse #08704E

Color information

#08704E (or 0x08704E) is unknown color: approx Watercourse. HEX triplet: 08, 70 and 4E. RGB value is (8,112,78). Sum of RGB (Red+Green+Blue) = 8+112+78=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #08704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08704E is #F78FB1. Grayscale: #4D4D4D. Windows color (decimal): -16224178 or 5140488. OLE color: 5140488.

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

Color convert

RGB811278-
CMYK0.9300.300.56
HSL160.38º86.67%23.53%-
HSV(B)160.38º92.86%43.92%-
XYZ7.2712.199.18-
YUV77.03128.5478.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=4.04%
G=56.57%
B=39.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112780.9300.300.56160.3886.6723.53
Hex8704E5D01E38a05718
Octal101601161350367024012730
Binary100011100001001110101110101111011100010100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08704E;
 }
 .AnyTagClassName
 {
   color: #08704E;
 }
</style>
background-color css

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

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

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

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

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

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