Html Css Color HEX #086248 Watercourse

📋 copy color: '#086248'

red 8 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #086248

Tints of Watercourse #086248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.06%

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

R = 4.49%
G = 55.06%
B = 40.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#086248 (or 0x086248) is known color: Watercourse. HEX triplet: 08, 62 and 48. RGB value is (8,98,72). Sum of RGB (Red+Green+Blue) = 8+98+72=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #086248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086248 is #F79DB7. Grayscale: #444444. Windows color (decimal): -16227768 or 4743688. OLE color: 4743688.

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

Color convert

RGB 8 98 72 -
CMYK 0.92 0 0.27 0.62
HSL 162.67º 0.85% 0.21% -
HSV(B) 162.67º 0.92% 0.38% -
XYZ 5.64 9.25 7.62 -
YUV 68.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 8 98 72 0.92 0 0.27 0.62 162.67 0.85 0.21
Hex 8 62 48 5C 0 1B 3E A3 55 15
Octal 10 142 110 134 0 33 76 243 125 25
Binary 1000 1100010 1001000 1011100 0 11011 111110 10100011 1010101 10101

Color Harmonies of #086248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086248

Black with #086248

Text Example


Text Example

White with #086248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086248; }

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

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

background-color css

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

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

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

border-color css

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

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

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