#0A6F54

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

Shades of Watercourse #0A6F54

Tints of Watercourse #0A6F54

Color information

#0A6F54 (or 0x0A6F54) is unknown color: approx Watercourse. HEX triplet: 0A, 6F and 54. RGB value is (10,111,84). Sum of RGB (Red+Green+Blue) = 10+111+84=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F54 is #F590AB. Grayscale: #4D4D4D. Windows color (decimal): -16093356 or 5533450. OLE color: 5533450.

HSL color Cylindrical-coordinate representation of color #0A6F54: hue angle of 163.96º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F54 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1011184-
CMYK0.9100.240.56
HSL163.96º83.47%23.73%-
HSV(B)163.96º90.99%43.53%-
XYZ7.4112.0710.33-
YUV77.72131.5479.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=4.88%
G=54.15%
B=40.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111840.9100.240.56163.9683.4723.73
HexA6F545B01838a45318
Octal121571241330307024412330
Binary101011011111010100101101101100011100010100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,111,84); }

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

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

 a { background-color: rgb(10,111,84); }

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

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

 span { border-color: rgb(10,111,84); }

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