Html Css Color HEX #0A704B Watercourse

📋 copy color: '#0A704B'

red 10 ◦ green 112 ◦ blue 75

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

Shades of Watercourse #0A704B

Tints of Watercourse #0A704B

RGB

 RED value IS 10 (4.3% 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 value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#0A704B (or 0x0A704B) is known color: 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

RGB 10 112 75 -
CMYK 0.91 0 0.33 0.56
HSL 158.24º 0.84% 0.24% -
HSV(B) 158.24º 0.91% 0.44% -
XYZ 7.19 12.16 8.62 -
YUV 77.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 10 112 75 0.91 0 0.33 0.56 158.24 0.84 0.24
Hex A 70 4B 5B 0 21 38 9E 54 18
Octal 12 160 113 133 0 41 70 236 124 30
Binary 1010 1110000 1001011 1011011 0 100001 111000 10011110 1010100 11000

Color Harmonies of #0A704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A704B

Black with #0A704B

Text Example


Text Example

White with #0A704B

Text Example


Text Example

HTML Codes & Css Web 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>