Html Css Color HEX #086548 Watercourse

📋 copy color: '#086548'

red 8 ◦ green 101 ◦ blue 72

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

Shades of Watercourse #086548

Tints of Watercourse #086548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.8%

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 4.42%
G = 55.8%
B = 39.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#086548 (or 0x086548) is known color: Watercourse. HEX triplet: 08, 65 and 48. RGB value is (8,101,72). Sum of RGB (Red+Green+Blue) = 8+101+72=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #086548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086548 is #F79AB7. Grayscale: #454545. Windows color (decimal): -16227000 or 4744456. OLE color: 4744456.

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

Color convert

RGB 8 101 72 -
CMYK 0.92 0 0.29 0.60
HSL 161.29º 0.85% 0.21% -
HSV(B) 161.29º 0.92% 0.4% -
XYZ 5.92 9.83 7.72 -
YUV 69.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 8 101 72 0.92 0 0.29 0.60 161.29 0.85 0.21
Hex 8 65 48 5C 0 1D 3C A1 55 15
Octal 10 145 110 134 0 35 74 241 125 25
Binary 1000 1100101 1001000 1011100 0 11101 111100 10100001 1010101 10101

Color Harmonies of #086548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086548

Black with #086548

Text Example


Text Example

White with #086548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086548; }

 p { color: rgb(8,101,72); }

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

background-color css

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

 a { background-color: rgb(8,101,72); }

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

border-color css

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

 span { border-color: rgb(8,101,72); }

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