Html Css Color HEX #0A684F Watercourse

📋 copy color: '#0A684F'

red 10 ◦ green 104 ◦ blue 79

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

Shades of Watercourse #0A684F

Tints of Watercourse #0A684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

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

R = 5.18%
G = 53.89%
B = 40.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#0A684F (or 0x0A684F) is known color: Watercourse. HEX triplet: 0A, 68 and 4F. RGB value is (10,104,79). Sum of RGB (Red+Green+Blue) = 10+104+79=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #0A684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A684F is #F597B0. Grayscale: #494949. Windows color (decimal): -16095153 or 5203978. OLE color: 5203978.

HSL color Cylindrical-coordinate representation of color #0A684F: hue angle of 164.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A684F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 104 79 -
CMYK 0.90 0 0.24 0.59
HSL 164.04º 0.82% 0.22% -
HSV(B) 164.04º 0.9% 0.41% -
XYZ 6.49 10.53 9.09 -
YUV 73.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 10 104 79 0.90 0 0.24 0.59 164.04 0.82 0.22
Hex A 68 4F 5A 0 18 3B A4 52 16
Octal 12 150 117 132 0 30 73 244 122 26
Binary 1010 1101000 1001111 1011010 0 11000 111011 10100100 1010010 10110

Color Harmonies of #0A684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A684F

Black with #0A684F

Text Example


Text Example

White with #0A684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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