#0A6D52

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

Shades of Watercourse #0A6D52

Tints of Watercourse #0A6D52

Color information

#0A6D52 (or 0x0A6D52) is unknown color: approx Watercourse. HEX triplet: 0A, 6D and 52. RGB value is (10,109,82). Sum of RGB (Red+Green+Blue) = 10+109+82=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D52 is #F592AD. Grayscale: #4C4C4C. Windows color (decimal): -16093870 or 5401866. OLE color: 5401866.

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

Color convert

RGB1010982-
CMYK0.9100.250.57
HSL163.64º83.19%23.33%-
HSV(B)163.64º90.83%42.75%-
XYZ7.1211.619.85-
YUV76.32131.280.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=4.98%
G=54.23%
B=40.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109820.9100.250.57163.6483.1923.33
HexA6D525B01939a45317
Octal121551221330317124412327
Binary101011011011010010101101101100111100110100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,82); }

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

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

 a { background-color: rgb(10,109,82); }

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

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

 span { border-color: rgb(10,109,82); }

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