#086440

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

Shades of Jewel #086440

Tints of Jewel #086440

Color information

#086440 (or 0x086440) is unknown color: approx Jewel. HEX triplet: 08, 64 and 40. RGB value is (8,100,64). Sum of RGB (Red+Green+Blue) = 8+100+64=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #086440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086440 is #F79BBF. Grayscale: #444444. Windows color (decimal): -16227264 or 4219912. OLE color: 4219912.

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

Color convert

RGB810064-
CMYK0.9200.360.61
HSL156.52º85.19%21.18%-
HSV(B)156.52º92%39.22%-
XYZ5.589.546.4-
YUV68.39125.5284.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=4.65%
G=58.14%
B=37.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8100640.9200.360.61156.5285.1921.18
Hex864405C0243D9d5515
Octal101441001340447523512525
Binary1000110010010000001011100010010011110110011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086440; }

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

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

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

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

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

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

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

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