#086143

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

Shades of Jewel #086143

Tints of Jewel #086143

Color information

#086143 (or 0x086143) is unknown color: approx Jewel. HEX triplet: 08, 61 and 43. RGB value is (8,97,67). Sum of RGB (Red+Green+Blue) = 8+97+67=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #086143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086143 is #F79EBC. Grayscale: #434343. Windows color (decimal): -16228029 or 4415752. OLE color: 4415752.

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

Color convert

RGB89767-
CMYK0.9200.310.62
HSL159.78º84.76%20.59%-
HSV(B)159.78º91.75%38.04%-
XYZ5.399.016.76-
YUV66.97128.0185.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=4.65%
G=56.40%
B=38.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897670.9200.310.62159.7884.7620.59
Hex861435C01F3Ea05515
Octal101411031340377624012525
Binary100011000011000011101110001111111111010100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086143; }

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

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

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

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

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

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

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

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