Html Css Color HEX #0A614F Watercourse

📋 copy color: '#0A614F'

red 10 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #0A614F

Tints of Watercourse #0A614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 5.38%
G = 52.15%
B = 42.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#0A614F (or 0x0A614F) is known color: Watercourse. HEX triplet: 0A, 61 and 4F. RGB value is (10,97,79). Sum of RGB (Red+Green+Blue) = 10+97+79=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #0A614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A614F is #F59EB0. Grayscale: #444444. Windows color (decimal): -16096945 or 5202186. OLE color: 5202186.

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

Color convert

RGB 10 97 79 -
CMYK 0.90 0 0.19 0.62
HSL 167.59º 0.81% 0.21% -
HSV(B) 167.59º 0.9% 0.38% -
XYZ 5.81 9.18 8.86 -
YUV 68.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 10 97 79 0.90 0 0.19 0.62 167.59 0.81 0.21
Hex A 61 4F 5A 0 13 3E A8 51 15
Octal 12 141 117 132 0 23 76 250 121 25
Binary 1010 1100001 1001111 1011010 0 10011 111110 10101000 1010001 10101

Color Harmonies of #0A614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A614F

Black with #0A614F

Text Example


Text Example

White with #0A614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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