Html Css Color HEX #086446 Jewel

📋 copy color: '#086446'

red 8 ◦ green 100 ◦ blue 70

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

Shades of Jewel #086446

Tints of Jewel #086446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.18%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 4.49%
G = 56.18%
B = 39.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#086446 (or 0x086446) is known color: Jewel. HEX triplet: 08, 64 and 46. RGB value is (8,100,70). Sum of RGB (Red+Green+Blue) = 8+100+70=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #086446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086446 is #F79BB9. Grayscale: #454545. Windows color (decimal): -16227258 or 4613128. OLE color: 4613128.

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

Color convert

RGB 8 100 70 -
CMYK 0.92 0 0.30 0.61
HSL 160.43º 0.85% 0.21% -
HSV(B) 160.43º 0.92% 0.39% -
XYZ 5.76 9.61 7.35 -
YUV 69.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 8 100 70 0.92 0 0.30 0.61 160.43 0.85 0.21
Hex 8 64 46 5C 0 1E 3D A0 55 15
Octal 10 144 106 134 0 36 75 240 125 25
Binary 1000 1100100 1000110 1011100 0 11110 111101 10100000 1010101 10101

Color Harmonies of #086446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086446

Black with #086446

Text Example


Text Example

White with #086446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086446; }

 p { color: rgb(8,100,70); }

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

background-color css

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

 a { background-color: rgb(8,100,70); }

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

border-color css

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

 span { border-color: rgb(8,100,70); }

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