#086A4B

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

Shades of Watercourse #086A4B

Tints of Watercourse #086A4B

Color information

#086A4B (or 0x086A4B) is unknown color: approx Watercourse. HEX triplet: 08, 6A and 4B. RGB value is (8,106,75). Sum of RGB (Red+Green+Blue) = 8+106+75=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #086A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A4B is #F795B4. Grayscale: #494949. Windows color (decimal): -16225717 or 4942344. OLE color: 4942344.

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

Color convert

RGB810675-
CMYK0.9200.290.58
HSL161.02º85.96%22.35%-
HSV(B)161.02º92.45%41.57%-
XYZ6.5210.878.41-
YUV73.16129.0381.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 106 (41.80% from 255) = 56.08%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=4.23%
G=56.08%
B=39.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106750.9200.290.58161.0285.9622.35
Hex86A4B5C01D3Aa15616
Octal101521131340357224112626
Binary100011010101001011101110001110111101010100001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086A4B; }

 p { color: rgb(8,106,75); }

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

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

 a { background-color: rgb(8,106,75); }

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

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

 span { border-color: rgb(8,106,75); }

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