#0A754B

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

Shades of Watercourse #0A754B

Tints of Watercourse #0A754B

Color information

#0A754B (or 0x0A754B) is unknown color: approx Watercourse. HEX triplet: 0A, 75 and 4B. RGB value is (10,117,75). Sum of RGB (Red+Green+Blue) = 10+117+75=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #0A754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A754B is #F58AB4. Grayscale: #505050. Windows color (decimal): -16091829 or 4945162. OLE color: 4945162.

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

Color convert

RGB1011775-
CMYK0.9100.360.54
HSL156.45º84.25%24.9%-
HSV(B)156.45º91.45%45.88%-
XYZ7.7613.38.81-
YUV80.22125.0577.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=4.95%
G=57.92%
B=37.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10117750.9100.360.54156.4584.2524.9
HexA754B5B024369c5419
Octal121651131330446623412431
Binary1010111010110010111011011010010011011010011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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