#086142

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

Shades of Jewel #086142

Tints of Jewel #086142

Color information

#086142 (or 0x086142) is unknown color: approx Jewel. HEX triplet: 08, 61 and 42. RGB value is (8,97,66). Sum of RGB (Red+Green+Blue) = 8+97+66=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #086142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086142 is #F79EBD. Grayscale: #424242. Windows color (decimal): -16228030 or 4350216. OLE color: 4350216.

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

Color convert

RGB89766-
CMYK0.9200.320.62
HSL159.1º84.76%20.59%-
HSV(B)159.1º91.75%38.04%-
XYZ5.368.996.61-
YUV66.86127.5186.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=4.68%
G=56.73%
B=38.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897660.9200.320.62159.184.7620.59
Hex861425C0203E9f5515
Octal101411021340407623712525
Binary1000110000110000101011100010000011111010011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086142; }

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

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

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

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

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

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

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

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