#0A7150

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

Shades of Watercourse #0A7150

Tints of Watercourse #0A7150

Color information

#0A7150 (or 0x0A7150) is unknown color: approx Watercourse. HEX triplet: 0A, 71 and 50. RGB value is (10,113,80). Sum of RGB (Red+Green+Blue) = 10+113+80=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7150 is #F58EAF. Grayscale: #4E4E4E. Windows color (decimal): -16092848 or 5271818. OLE color: 5271818.

HSL color Cylindrical-coordinate representation of color #0A7150: hue angle of 160.78º degrees, saturation: 0.84, 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 #0A7150 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1011380-
CMYK0.9100.290.56
HSL160.78º83.74%24.12%-
HSV(B)160.78º91.15%44.31%-
XYZ7.4812.459.6-
YUV78.44128.8879.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=4.93%
G=55.67%
B=39.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10113800.9100.290.56160.7883.7424.12
HexA71505B01D38a15418
Octal121611201330357024112430
Binary101011100011010000101101101110111100010100001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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