Html Css Color HEX #086649 Watercourse

📋 copy color: '#086649'

red 8 ◦ green 102 ◦ blue 73

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

Shades of Watercourse #086649

Tints of Watercourse #086649

RGB

 RED value IS 8 (3.52% from 255) = 4.37%

 GREEN value IS 102 (40.23% from 255) = 55.74%

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 4.37%
G = 55.74%
B = 39.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#086649 (or 0x086649) is known color: Watercourse. HEX triplet: 08, 66 and 49. RGB value is (8,102,73). Sum of RGB (Red+Green+Blue) = 8+102+73=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #086649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086649 is #F799B6. Grayscale: #464646. Windows color (decimal): -16226743 or 4810248. OLE color: 4810248.

HSL color Cylindrical-coordinate representation of color #086649: hue angle of 161.49º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086649 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 73 -
CMYK 0.92 0 0.28 0.6
HSL 161.49º 0.85% 0.22% -
HSV(B) 161.49º 0.92% 0.4% -
XYZ 6.05 10.04 7.92 -
YUV 70.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 8 102 73 0.92 0 0.28 0.6 161.49 0.85 0.22
Hex 8 66 49 5C 0 1C 3C A1 55 16
Octal 10 146 111 134 0 34 74 241 125 26
Binary 1000 1100110 1001001 1011100 0 11100 111100 10100001 1010101 10110

Color Harmonies of #086649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086649

Black with #086649

Text Example


Text Example

White with #086649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086649; }

 p { color: rgb(8,102,73); }

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

background-color css

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

 a { background-color: rgb(8,102,73); }

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

border-color css

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

 span { border-color: rgb(8,102,73); }

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