#0A7752

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

Shades of Watercourse #0A7752

Tints of Watercourse #0A7752

Color information

#0A7752 (or 0x0A7752) is unknown color: approx Watercourse. HEX triplet: 0A, 77 and 52. RGB value is (10,119,82). Sum of RGB (Red+Green+Blue) = 10+119+82=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7752 is #F588AD. Grayscale: #525252. Windows color (decimal): -16091310 or 5404426. OLE color: 5404426.

HSL color Cylindrical-coordinate representation of color #0A7752: hue angle of 159.63º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7752 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1011982-
CMYK0.9200.310.53
HSL159.63º84.5%25.29%-
HSV(B)159.63º91.6%46.67%-
XYZ8.2413.8710.22-
YUV82.19127.8976.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.74%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=4.74%
G=56.40%
B=38.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10119820.9200.310.53159.6384.525.29
HexA77525C01F35a05419
Octal121671221340376524012431
Binary101011101111010010101110001111111010110100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,82); }

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

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

 a { background-color: rgb(10,119,82); }

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

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

 span { border-color: rgb(10,119,82); }

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