#0A6B4D

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

Shades of Watercourse #0A6B4D

Tints of Watercourse #0A6B4D

Color information

#0A6B4D (or 0x0A6B4D) is unknown color: approx Watercourse. HEX triplet: 0A, 6B and 4D. RGB value is (10,107,77). Sum of RGB (Red+Green+Blue) = 10+107+77=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B4D is #F594B2. Grayscale: #4A4A4A. Windows color (decimal): -16094387 or 5073674. OLE color: 5073674.

HSL color Cylindrical-coordinate representation of color #0A6B4D: hue angle of 161.44º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B4D is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1010777-
CMYK0.9100.280.58
HSL161.44º82.91%22.94%-
HSV(B)161.44º90.65%41.96%-
XYZ6.7211.128.81-
YUV74.58129.3681.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 107 (42.19% from 255) = 55.15%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=5.15%
G=55.15%
B=39.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10107770.9100.280.58161.4482.9122.94
HexA6B4D5B01C3Aa15317
Octal121531151330347224112327
Binary101011010111001101101101101110011101010100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,77); }

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

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

 a { background-color: rgb(10,107,77); }

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

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

 span { border-color: rgb(10,107,77); }

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