#0A6851

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

Shades of Watercourse #0A6851

Tints of Watercourse #0A6851

Color information

#0A6851 (or 0x0A6851) is unknown color: approx Watercourse. HEX triplet: 0A, 68 and 51. RGB value is (10,104,81). Sum of RGB (Red+Green+Blue) = 10+104+81=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6851 is #F597AE. Grayscale: #494949. Windows color (decimal): -16095151 or 5335050. OLE color: 5335050.

HSL color Cylindrical-coordinate representation of color #0A6851: hue angle of 165.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6851 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1010481-
CMYK0.9000.220.59
HSL165.32º82.46%22.35%-
HSV(B)165.32º90.38%40.78%-
XYZ6.5610.569.48-
YUV73.27132.3682.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.13%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=5.13%
G=53.33%
B=41.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104810.9000.220.59165.3282.4622.35
HexA68515A0163Ba55216
Octal121501211320267324512226
Binary101011010001010001101101001011011101110100101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6851; }

 p { color: rgb(10,104,81); }

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

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

 a { background-color: rgb(10,104,81); }

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

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

 span { border-color: rgb(10,104,81); }

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