#086947

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

Shades of Watercourse #086947

Tints of Watercourse #086947

Color information

#086947 (or 0x086947) is unknown color: approx Watercourse. HEX triplet: 08, 69 and 47. RGB value is (8,105,71). Sum of RGB (Red+Green+Blue) = 8+105+71=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #086947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086947 is #F796B8. Grayscale: #484848. Windows color (decimal): -16225977 or 4679944. OLE color: 4679944.

HSL color Cylindrical-coordinate representation of color #086947: hue angle of 158.97º 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 #086947 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB810571-
CMYK0.9200.320.59
HSL158.97º85.84%22.16%-
HSV(B)158.97º92.38%41.18%-
XYZ6.2910.617.68-
YUV72.12127.3682.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 105 (41.41% from 255) = 57.07%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=4.35%
G=57.07%
B=38.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105710.9200.320.59158.9785.8422.16
Hex869475C0203B9f5616
Octal101511071340407323712626
Binary1000110100110001111011100010000011101110011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086947; }

 p { color: rgb(8,105,71); }

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

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

 a { background-color: rgb(8,105,71); }

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

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

 span { border-color: rgb(8,105,71); }

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