Html Css Color HEX #0A744D Watercourse

📋 copy color: '#0A744D'

red 10 ◦ green 116 ◦ blue 77

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

Shades of Watercourse #0A744D

Tints of Watercourse #0A744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 4.93%
G = 57.14%
B = 37.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#0A744D (or 0x0A744D) is known color: Watercourse. HEX triplet: 0A, 74 and 4D. RGB value is (10,116,77). Sum of RGB (Red+Green+Blue) = 10+116+77=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #0A744D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A744D is #F58BB2. Grayscale: #4F4F4F. Windows color (decimal): -16092083 or 5075978. OLE color: 5075978.

HSL color Cylindrical-coordinate representation of color #0A744D: hue angle of 157.92º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A744D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 10 116 77 -
CMYK 0.91 0 0.34 0.55
HSL 157.92º 0.84% 0.25% -
HSV(B) 157.92º 0.91% 0.45% -
XYZ 7.71 13.09 9.14 -
YUV 79.86 126.38 78.17 -
System Red Green Blue C M Y K H S L
Decimal 10 116 77 0.91 0 0.34 0.55 157.92 0.84 0.25
Hex A 74 4D 5B 0 22 37 9E 54 19
Octal 12 164 115 133 0 42 67 236 124 31
Binary 1010 1110100 1001101 1011011 0 100010 110111 10011110 1010100 11001

Color Harmonies of #0A744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A744D

Black with #0A744D

Text Example


Text Example

White with #0A744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,116,77); }

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

background-color css

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

 a { background-color: rgb(10,116,77); }

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

border-color css

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

 span { border-color: rgb(10,116,77); }

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