#0A6655

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

Shades of Watercourse #0A6655

Tints of Watercourse #0A6655

Color information

#0A6655 (or 0x0A6655) is unknown color: approx Watercourse. HEX triplet: 0A, 66 and 55. RGB value is (10,102,85). Sum of RGB (Red+Green+Blue) = 10+102+85=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6655 is #F599AA. Grayscale: #484848. Windows color (decimal): -16095659 or 5596682. OLE color: 5596682.

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

Color convert

RGB1010285-
CMYK0.9000.170.6
HSL168.91º82.14%21.96%-
HSV(B)168.91º90.2%40%-
XYZ6.5210.2210.22-
YUV72.55135.0283.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=5.08%
G=51.78%
B=43.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102850.9000.170.6168.9182.1421.96
HexA66555A0113Ca95216
Octal121461251320217425112226
Binary101011001101010101101101001000111110010101001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,85); }

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

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

 a { background-color: rgb(10,102,85); }

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

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

 span { border-color: rgb(10,102,85); }

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