#086953

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

Shades of Watercourse #086953

Tints of Watercourse #086953

Color information

#086953 (or 0x086953) is unknown color: approx Watercourse. HEX triplet: 08, 69 and 53. RGB value is (8,105,83). Sum of RGB (Red+Green+Blue) = 8+105+83=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #086953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086953 is #F796AC. Grayscale: #494949. Windows color (decimal): -16225965 or 5466376. OLE color: 5466376.

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

Color convert

RGB810583-
CMYK0.9200.210.59
HSL166.39º85.84%22.16%-
HSV(B)166.39º92.38%41.18%-
XYZ6.7110.789.91-
YUV73.49133.3681.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=4.08%
G=53.57%
B=42.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8105830.9200.210.59166.3985.8422.16
Hex869535C0153Ba65616
Octal101511231340257324612626
Binary100011010011010011101110001010111101110100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086953; }

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

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

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

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

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

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

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

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