#086641

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

Shades of Jewel #086641

Tints of Jewel #086641

Color information

#086641 (or 0x086641) is unknown color: approx Jewel. HEX triplet: 08, 66 and 41. RGB value is (8,102,65). Sum of RGB (Red+Green+Blue) = 8+102+65=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #086641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086641 is #F799BE. Grayscale: #454545. Windows color (decimal): -16226751 or 4285960. OLE color: 4285960.

HSL color Cylindrical-coordinate representation of color #086641: hue angle of 156.38º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086641 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB810265-
CMYK0.9200.360.6
HSL156.38º85.45%21.57%-
HSV(B)156.38º92.16%40%-
XYZ5.819.946.61-
YUV69.68125.3684.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=4.57%
G=58.29%
B=37.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102650.9200.360.6156.3885.4521.57
Hex866415C0243C9c5516
Octal101461011340447423412526
Binary1000110011010000011011100010010011110010011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086641; }

 p { color: rgb(8,102,65); }

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

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

 a { background-color: rgb(8,102,65); }

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

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

 span { border-color: rgb(8,102,65); }

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