#08684A

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

Shades of Watercourse #08684A

Tints of Watercourse #08684A

Color information

#08684A (or 0x08684A) is unknown color: approx Watercourse. HEX triplet: 08, 68 and 4A. RGB value is (8,104,74). Sum of RGB (Red+Green+Blue) = 8+104+74=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #08684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08684A is #F797B5. Grayscale: #474747. Windows color (decimal): -16226230 or 4876296. OLE color: 4876296.

HSL color Cylindrical-coordinate representation of color #08684A: hue angle of 161.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08684A is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB810474-
CMYK0.9200.290.59
HSL161.25º85.71%21.96%-
HSV(B)161.25º92.31%40.78%-
XYZ6.2910.458.16-
YUV71.88129.282.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=4.30%
G=55.91%
B=39.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8104740.9200.290.59161.2585.7121.96
Hex8684A5C01D3Ba15616
Octal101501121340357324112626
Binary100011010001001010101110001110111101110100001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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