#086642

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

Shades of Jewel #086642

Tints of Jewel #086642

Color information

#086642 (or 0x086642) is unknown color: approx Jewel. HEX triplet: 08, 66 and 42. RGB value is (8,102,66). Sum of RGB (Red+Green+Blue) = 8+102+66=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #086642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086642 is #F799BD. Grayscale: #454545. Windows color (decimal): -16226750 or 4351496. OLE color: 4351496.

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

Color convert

RGB810266-
CMYK0.9200.350.6
HSL157.02º85.45%21.57%-
HSV(B)157.02º92.16%40%-
XYZ5.839.956.77-
YUV69.79125.8683.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 66 (26.17% from 255) = 37.5%
R=4.55%
G=57.95%
B=37.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102660.9200.350.6157.0285.4521.57
Hex866425C0233C9d5516
Octal101461021340437423512526
Binary1000110011010000101011100010001111110010011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086642; }

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

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

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

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

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

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

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

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