#0A704B

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

Shades of Watercourse #0A704B

Tints of Watercourse #0A704B

Color information

#0A704B (or 0x0A704B) is unknown color: approx Watercourse. HEX triplet: 0A, 70 and 4B. RGB value is (10,112,75). Sum of RGB (Red+Green+Blue) = 10+112+75=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #0A704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A704B is #F58FB4. Grayscale: #4D4D4D. Windows color (decimal): -16093109 or 4943882. OLE color: 4943882.

HSL color Cylindrical-coordinate representation of color #0A704B: hue angle of 158.24º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A704B is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1011275-
CMYK0.9100.330.56
HSL158.24º83.61%23.92%-
HSV(B)158.24º91.07%43.92%-
XYZ7.1912.168.62-
YUV77.28126.7180.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=5.08%
G=56.85%
B=38.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112750.9100.330.56158.2483.6123.92
HexA704B5B021389e5418
Octal121601131330417023612430
Binary1010111000010010111011011010000111100010011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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