Html Css Color HEX #0A614A Watercourse

📋 copy color: '#0A614A'

red 10 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #0A614A

Tints of Watercourse #0A614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

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

R = 5.52%
G = 53.59%
B = 40.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#0A614A (or 0x0A614A) is known color: Watercourse. HEX triplet: 0A, 61 and 4A. RGB value is (10,97,74). Sum of RGB (Red+Green+Blue) = 10+97+74=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #0A614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A614A is #F59EB5. Grayscale: #444444. Windows color (decimal): -16096950 or 4874506. OLE color: 4874506.

HSL color Cylindrical-coordinate representation of color #0A614A: hue angle of 164.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A614A is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 74 -
CMYK 0.90 0 0.24 0.62
HSL 164.14º 0.81% 0.21% -
HSV(B) 164.14º 0.9% 0.38% -
XYZ 5.64 9.11 7.94 -
YUV 68.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 10 97 74 0.90 0 0.24 0.62 164.14 0.81 0.21
Hex A 61 4A 5A 0 18 3E A4 51 15
Octal 12 141 112 132 0 30 76 244 121 25
Binary 1010 1100001 1001010 1011010 0 11000 111110 10100100 1010001 10101

Color Harmonies of #0A614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A614A

Black with #0A614A

Text Example


Text Example

White with #0A614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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