#0A6150

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

Shades of Watercourse #0A6150

Tints of Watercourse #0A6150

Color information

#0A6150 (or 0x0A6150) is unknown color: approx Watercourse. HEX triplet: 0A, 61 and 50. RGB value is (10,97,80). Sum of RGB (Red+Green+Blue) = 10+97+80=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6150 is #F59EAF. Grayscale: #454545. Windows color (decimal): -16096944 or 5267722. OLE color: 5267722.

HSL color Cylindrical-coordinate representation of color #0A6150: hue angle of 168.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6150 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB109780-
CMYK0.9000.180.62
HSL168.28º81.31%20.98%-
HSV(B)168.28º89.69%38.04%-
XYZ5.859.199.06-
YUV69.05134.1885.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=5.35%
G=51.87%
B=42.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097800.9000.180.62168.2881.3120.98
HexA61505A0123Ea85115
Octal121411201320227625012125
Binary101011000011010000101101001001011111010101000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,80); }

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

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

 a { background-color: rgb(10,97,80); }

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

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

 span { border-color: rgb(10,97,80); }

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