#0A754C

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

Shades of Watercourse #0A754C

Tints of Watercourse #0A754C

Color information

#0A754C (or 0x0A754C) is unknown color: approx Watercourse. HEX triplet: 0A, 75 and 4C. RGB value is (10,117,76). Sum of RGB (Red+Green+Blue) = 10+117+76=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #0A754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A754C is #F58AB3. Grayscale: #505050. Windows color (decimal): -16091828 or 5010698. OLE color: 5010698.

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

Color convert

RGB1011776-
CMYK0.9100.350.54
HSL157.01º84.25%24.9%-
HSV(B)157.01º91.45%45.88%-
XYZ7.7913.319-
YUV80.33125.5577.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=4.93%
G=57.64%
B=37.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117760.9100.350.54157.0184.2524.9
HexA754C5B023369d5419
Octal121651141330436623512431
Binary1010111010110011001011011010001111011010011101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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