Html Css Color HEX #0A6D54 Watercourse

📋 copy color: '#0A6D54'

red 10 ◦ green 109 ◦ blue 84

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

Shades of Watercourse #0A6D54

Tints of Watercourse #0A6D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 4.93%
G = 53.69%
B = 41.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#0A6D54 (or 0x0A6D54) is known color: Watercourse. HEX triplet: 0A, 6D and 54. RGB value is (10,109,84). Sum of RGB (Red+Green+Blue) = 10+109+84=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D54 is #F592AB. Grayscale: #4C4C4C. Windows color (decimal): -16093868 or 5532938. OLE color: 5532938.

HSL color Cylindrical-coordinate representation of color #0A6D54: hue angle of 164.85º 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 #0A6D54 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 109 84 -
CMYK 0.91 0 0.23 0.57
HSL 164.85º 0.83% 0.23% -
HSV(B) 164.85º 0.91% 0.43% -
XYZ 7.19 11.64 10.26 -
YUV 76.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 10 109 84 0.91 0 0.23 0.57 164.85 0.83 0.23
Hex A 6D 54 5B 0 17 39 A5 53 17
Octal 12 155 124 133 0 27 71 245 123 27
Binary 1010 1101101 1010100 1011011 0 10111 111001 10100101 1010011 10111

Color Harmonies of #0A6D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D54

Black with #0A6D54

Text Example


Text Example

White with #0A6D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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