Html Css Color HEX #0A704C Watercourse

📋 copy color: '#0A704C'

red 10 ◦ green 112 ◦ blue 76

#0A704C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0A704C

Tints of Watercourse #0A704C

RGB

 RED value IS 10 (4.3% from 255) = 5.05%

 GREEN value IS 112 (44.14% from 255) = 56.57%

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 5.05%
G = 56.57%
B = 38.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#0A704C (or 0x0A704C) is known color: Watercourse. HEX triplet: 0A, 70 and 4C. RGB value is (10,112,76). Sum of RGB (Red+Green+Blue) = 10+112+76=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #0A704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A704C is #F58FB3. Grayscale: #4D4D4D. Windows color (decimal): -16093108 or 5009418. OLE color: 5009418.

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

Color convert

RGB 10 112 76 -
CMYK 0.91 0 0.32 0.56
HSL 158.82º 0.84% 0.24% -
HSV(B) 158.82º 0.91% 0.44% -
XYZ 7.22 12.17 8.81 -
YUV 77.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 10 112 76 0.91 0 0.32 0.56 158.82 0.84 0.24
Hex A 70 4C 5B 0 20 38 9F 54 18
Octal 12 160 114 133 0 40 70 237 124 30
Binary 1010 1110000 1001100 1011011 0 100000 111000 10011111 1010100 11000

Color Harmonies of #0A704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A704C

Black with #0A704C

Text Example


Text Example

White with #0A704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A704C;
 }
 .AnyTagClassName
 {
   color: #0A704C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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