#0A7852

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

Shades of Watercourse #0A7852

Tints of Watercourse #0A7852

Color information

#0A7852 (or 0x0A7852) is unknown color: approx Watercourse. HEX triplet: 0A, 78 and 52. RGB value is (10,120,82). Sum of RGB (Red+Green+Blue) = 10+120+82=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7852 is #F587AD. Grayscale: #525252. Windows color (decimal): -16091054 or 5404682. OLE color: 5404682.

HSL color Cylindrical-coordinate representation of color #0A7852: hue angle of 159.27º degrees, saturation: 0.85, 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 #0A7852 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1012082-
CMYK0.9200.320.53
HSL159.27º84.62%25.49%-
HSV(B)159.27º91.67%47.06%-
XYZ8.3614.1110.26-
YUV82.78127.5676.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.72%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=4.72%
G=56.60%
B=38.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10120820.9200.320.53159.2784.6225.49
HexA78525C020359f5519
Octal121701221340406523712531
Binary1010111100010100101011100010000011010110011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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