#086B43

Color #086B43 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #086B43

Tints of Jewel #086B43

Color information

#086B43 (or 0x086B43) is unknown color: approx Jewel. HEX triplet: 08, 6B and 43. RGB value is (8,107,67). Sum of RGB (Red+Green+Blue) = 8+107+67=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #086B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B43 is #F794BC. Grayscale: #484848. Windows color (decimal): -16225469 or 4418312. OLE color: 4418312.

HSL color Cylindrical-coordinate representation of color #086B43: hue angle of 155.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B43 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB810767-
CMYK0.9300.370.58
HSL155.76º86.09%22.55%-
HSV(B)155.76º92.52%41.96%-
XYZ6.3710.977.09-
YUV72.84124.781.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=4.40%
G=58.79%
B=36.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107670.9300.370.58155.7686.0922.55
Hex86B435D0253A9c5617
Octal101531031350457223412627
Binary1000110101110000111011101010010111101010011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B43; }

 p { color: rgb(8,107,67); }

 H1.HeaderClassName
 {
   color: #086B43;
 }
 .AnyTagClassName
 {
   color: #086B43;
 }
</style>
background-color css

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

 a { background-color: rgb(8,107,67); }

 div.DivClassName
 {
   background-color: #086B43;
 }
 .BgClassName
 {
   background-color: #086B43;
 }
</style>
border-color css

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

 span { border-color: rgb(8,107,67); }

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