Html Css Color HEX #0A6D4A Watercourse

📋 copy color: '#0A6D4A'

red 10 ◦ green 109 ◦ blue 74

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

Shades of Watercourse #0A6D4A

Tints of Watercourse #0A6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.48%

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

R = 5.18%
G = 56.48%
B = 38.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#0A6D4A (or 0x0A6D4A) is known color: Watercourse. HEX triplet: 0A, 6D and 4A. RGB value is (10,109,74). Sum of RGB (Red+Green+Blue) = 10+109+74=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D4A is #F592B5. Grayscale: #4B4B4B. Windows color (decimal): -16093878 or 4877578. OLE color: 4877578.

HSL color Cylindrical-coordinate representation of color #0A6D4A: hue angle of 158.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D4A is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 109 74 -
CMYK 0.91 0 0.32 0.57
HSL 158.79º 0.83% 0.23% -
HSV(B) 158.79º 0.91% 0.43% -
XYZ 6.83 11.5 8.34 -
YUV 75.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 10 109 74 0.91 0 0.32 0.57 158.79 0.83 0.23
Hex A 6D 4A 5B 0 20 39 9F 53 17
Octal 12 155 112 133 0 40 71 237 123 27
Binary 1010 1101101 1001010 1011011 0 100000 111001 10011111 1010011 10111

Color Harmonies of #0A6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D4A

Black with #0A6D4A

Text Example


Text Example

White with #0A6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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