Html Css Color HEX #0A704A Watercourse

📋 copy color: '#0A704A'

red 10 ◦ green 112 ◦ blue 74

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

Shades of Watercourse #0A704A

Tints of Watercourse #0A704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.76%

R = 5.1%
G = 57.14%
B = 37.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#0A704A (or 0x0A704A) is known color: Watercourse. HEX triplet: 0A, 70 and 4A. RGB value is (10,112,74). Sum of RGB (Red+Green+Blue) = 10+112+74=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #0A704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A704A is #F58FB5. Grayscale: #4D4D4D. Windows color (decimal): -16093110 or 4878346. OLE color: 4878346.

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

Color convert

RGB 10 112 74 -
CMYK 0.91 0 0.34 0.56
HSL 157.65º 0.84% 0.24% -
HSV(B) 157.65º 0.91% 0.44% -
XYZ 7.16 12.15 8.45 -
YUV 77.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 10 112 74 0.91 0 0.34 0.56 157.65 0.84 0.24
Hex A 70 4A 5B 0 22 38 9E 54 18
Octal 12 160 112 133 0 42 70 236 124 30
Binary 1010 1110000 1001010 1011011 0 100010 111000 10011110 1010100 11000

Color Harmonies of #0A704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A704A

Black with #0A704A

Text Example


Text Example

White with #0A704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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