Html Css Color HEX #0A624A Watercourse

📋 copy color: '#0A624A'

red 10 ◦ green 98 ◦ blue 74

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

Shades of Watercourse #0A624A

Tints of Watercourse #0A624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

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

R = 5.49%
G = 53.85%
B = 40.66%

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

#0A624A (or 0x0A624A) is known color: Watercourse. HEX triplet: 0A, 62 and 4A. RGB value is (10,98,74). Sum of RGB (Red+Green+Blue) = 10+98+74=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #0A624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A624A is #F59DB5. Grayscale: #444444. Windows color (decimal): -16096694 or 4874762. OLE color: 4874762.

HSL color Cylindrical-coordinate representation of color #0A624A: hue angle of 163.64º 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 #0A624A is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 98 74 -
CMYK 0.90 0 0.24 0.62
HSL 163.64º 0.81% 0.21% -
HSV(B) 163.64º 0.9% 0.38% -
XYZ 5.73 9.29 7.97 -
YUV 68.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 10 98 74 0.90 0 0.24 0.62 163.64 0.81 0.21
Hex A 62 4A 5A 0 18 3E A4 51 15
Octal 12 142 112 132 0 30 76 244 121 25
Binary 1010 1100010 1001010 1011010 0 11000 111110 10100100 1010001 10101

Color Harmonies of #0A624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A624A

Black with #0A624A

Text Example


Text Example

White with #0A624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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