Html Css Color HEX #086654 Watercourse

📋 copy color: '#086654'

red 8 ◦ green 102 ◦ blue 84

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

Shades of Watercourse #086654

Tints of Watercourse #086654

RGB

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

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

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

R = 4.12%
G = 52.58%
B = 43.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.6

RGB Variations

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

Color information

#086654 (or 0x086654) is known color: Watercourse. HEX triplet: 08, 66 and 54. RGB value is (8,102,84). Sum of RGB (Red+Green+Blue) = 8+102+84=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #086654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086654 is #F799AB. Grayscale: #474747. Windows color (decimal): -16226732 or 5531144. OLE color: 5531144.

HSL color Cylindrical-coordinate representation of color #086654: hue angle of 168.51º 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 #086654 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 84 -
CMYK 0.92 0 0.18 0.6
HSL 168.51º 0.85% 0.22% -
HSV(B) 168.51º 0.92% 0.4% -
XYZ 6.45 10.19 10.02 -
YUV 71.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 8 102 84 0.92 0 0.18 0.6 168.51 0.85 0.22
Hex 8 66 54 5C 0 12 3C A9 55 16
Octal 10 146 124 134 0 22 74 251 125 26
Binary 1000 1100110 1010100 1011100 0 10010 111100 10101001 1010101 10110

Color Harmonies of #086654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086654

Black with #086654

Text Example


Text Example

White with #086654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086654; }

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

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

background-color css

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

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

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

border-color css

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

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

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