#0A754D

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

Shades of Watercourse #0A754D

Tints of Watercourse #0A754D

Color information

#0A754D (or 0x0A754D) is unknown color: approx Watercourse. HEX triplet: 0A, 75 and 4D. RGB value is (10,117,77). Sum of RGB (Red+Green+Blue) = 10+117+77=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #0A754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A754D is #F58AB2. Grayscale: #505050. Windows color (decimal): -16091827 or 5076234. OLE color: 5076234.

HSL color Cylindrical-coordinate representation of color #0A754D: hue angle of 157.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A754D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1011777-
CMYK0.9100.340.54
HSL157.57º84.25%24.9%-
HSV(B)157.57º91.45%45.88%-
XYZ7.8313.329.18-
YUV80.45126.0577.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=4.90%
G=57.35%
B=37.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117770.9100.340.54157.5784.2524.9
HexA754D5B022369e5419
Octal121651151330426623612431
Binary1010111010110011011011011010001011011010011110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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