#0A6D4B

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

Shades of Watercourse #0A6D4B

Tints of Watercourse #0A6D4B

Color information

#0A6D4B (or 0x0A6D4B) is unknown color: approx Watercourse. HEX triplet: 0A, 6D and 4B. RGB value is (10,109,75). Sum of RGB (Red+Green+Blue) = 10+109+75=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D4B is #F592B4. Grayscale: #4B4B4B. Windows color (decimal): -16093877 or 4943114. OLE color: 4943114.

HSL color Cylindrical-coordinate representation of color #0A6D4B: hue angle of 159.39º 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 #0A6D4B is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1010975-
CMYK0.9100.310.57
HSL159.39º83.19%23.33%-
HSV(B)159.39º90.83%42.75%-
XYZ6.8611.518.52-
YUV75.52127.781.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=5.15%
G=56.19%
B=38.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109750.9100.310.57159.3983.1923.33
HexA6D4B5B01F399f5317
Octal121551131330377123712327
Binary101011011011001011101101101111111100110011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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